This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/mm_h_0007.h

20 lines
502 B
C

/*
* mm_h_0007.h - 마스터 코드/상수 테이블
*/
#ifndef MM_H_0007_H
#define MM_H_0007_H
#define MM_H_0007_RC_OK 0
#define MM_H_0007_RC_RETRY 1
#define MM_H_0007_RC_SKIP 2
#define MM_H_0007_RC_ERROR 9
#define MM_H_0007_LIMIT_DAILY 100000000L
#define MM_H_0007_LIMIT_SINGLE 50000000L
#define MM_H_0007_FEE_RATE_BP 250 /* 2.50% */
#define MM_H_0007_CHAN_ONLINE "01"
#define MM_H_0007_CHAN_BATCH "02"
#define MM_H_0007_CHAN_RECON "03"
#endif /* MM_H_0007_H */