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/py_h_0009.h

20 lines
499 B
C

/*
* py_h_0009.h - 지급 코드/상수 테이블
*/
#ifndef PY_H_0009_H
#define PY_H_0009_H
#define PY_H_0009_RC_OK 0
#define PY_H_0009_RC_RETRY 1
#define PY_H_0009_RC_SKIP 2
#define PY_H_0009_RC_ERROR 9
#define PY_H_0009_LIMIT_DAILY 100000000L
#define PY_H_0009_LIMIT_SINGLE 50000000L
#define PY_H_0009_FEE_RATE_BP 250 /* 2.50% */
#define PY_H_0009_CHAN_ONLINE "01"
#define PY_H_0009_CHAN_BATCH "02"
#define PY_H_0009_CHAN_RECON "03"
#endif /* PY_H_0009_H */