20 lines
499 B
C
20 lines
499 B
C
/*
|
|
* lg_h_0006.h - 원장 코드/상수 테이블
|
|
*/
|
|
#ifndef LG_H_0006_H
|
|
#define LG_H_0006_H
|
|
|
|
#define LG_H_0006_RC_OK 0
|
|
#define LG_H_0006_RC_RETRY 1
|
|
#define LG_H_0006_RC_SKIP 2
|
|
#define LG_H_0006_RC_ERROR 9
|
|
|
|
#define LG_H_0006_LIMIT_DAILY 100000000L
|
|
#define LG_H_0006_LIMIT_SINGLE 50000000L
|
|
#define LG_H_0006_FEE_RATE_BP 250 /* 2.50% */
|
|
|
|
#define LG_H_0006_CHAN_ONLINE "01"
|
|
#define LG_H_0006_CHAN_BATCH "02"
|
|
#define LG_H_0006_CHAN_RECON "03"
|
|
|
|
#endif /* LG_H_0006_H */
|