feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory
This commit is contained in:
commit
b96cf702ee
2897 changed files with 264970 additions and 0 deletions
20
app/include/py_h_0013.h
Normal file
20
app/include/py_h_0013.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* py_h_0013.h - 지급 코드/상수 테이블
|
||||
*/
|
||||
#ifndef PY_H_0013_H
|
||||
#define PY_H_0013_H
|
||||
|
||||
#define PY_H_0013_RC_OK 0
|
||||
#define PY_H_0013_RC_RETRY 1
|
||||
#define PY_H_0013_RC_SKIP 2
|
||||
#define PY_H_0013_RC_ERROR 9
|
||||
|
||||
#define PY_H_0013_LIMIT_DAILY 100000000L
|
||||
#define PY_H_0013_LIMIT_SINGLE 50000000L
|
||||
#define PY_H_0013_FEE_RATE_BP 250 /* 2.50% */
|
||||
|
||||
#define PY_H_0013_CHAN_ONLINE "01"
|
||||
#define PY_H_0013_CHAN_BATCH "02"
|
||||
#define PY_H_0013_CHAN_RECON "03"
|
||||
|
||||
#endif /* PY_H_0013_H */
|
||||
Reference in a new issue