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/st_h_0012.h
Normal file
20
app/include/st_h_0012.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* st_h_0012.h - 정산수수료 코드/상수 테이블
|
||||
*/
|
||||
#ifndef ST_H_0012_H
|
||||
#define ST_H_0012_H
|
||||
|
||||
#define ST_H_0012_RC_OK 0
|
||||
#define ST_H_0012_RC_RETRY 1
|
||||
#define ST_H_0012_RC_SKIP 2
|
||||
#define ST_H_0012_RC_ERROR 9
|
||||
|
||||
#define ST_H_0012_LIMIT_DAILY 100000000L
|
||||
#define ST_H_0012_LIMIT_SINGLE 50000000L
|
||||
#define ST_H_0012_FEE_RATE_BP 250 /* 2.50% */
|
||||
|
||||
#define ST_H_0012_CHAN_ONLINE "01"
|
||||
#define ST_H_0012_CHAN_BATCH "02"
|
||||
#define ST_H_0012_CHAN_RECON "03"
|
||||
|
||||
#endif /* ST_H_0012_H */
|
||||
Reference in a new issue