⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 poserr.h

📁 界面程序
💻 H
字号:
#define SUCCESS                    0


#define REJ_SUC				1	/* 交易完成或核对成功 */
#define ERR_CARD_STOP			2	/* 止付卡, 请没收 */
#define ERR_EXPIRY_DATE			3	/* 卡过期 */
#define ERR_OUT_OF_DEBAL		5	/* 透支超限额 */
#define ERR_CARDNO			6	/* 非本系统卡 */
#define ERR_MEN				7	/* 人工受理 */
#define ERR_NOT_OPEN_IN			8	/* 不在卡中心开户 */
#define ERR_PASSWD_NOT_MATCH		9	/* 密码不符 */
#define ERR_NO_TRADE			18	/* 无此流水 */
#define ERR_CARDNO_LOST			19	/* 挂失 */
#define ERR_FREEZE_LOST			20	/* 冻结 */
#define ERR_LIMIT_DAY_AMT		22	/* 累计金额超限 */
#define NOT_BLACK_CARD			23	/* 非止付卡 */
#define ERR_LIMIT_ONE_AMT		24	/* 交易超限, 请授权 */
#define REJ_aa				30	/* 消费金额>授权金额 */
#define REJ_ab				31	/* 部办分卡存现暂不受理 */
#define REJ_ac				32	/* 专用卡POS交易暂不受理 */
#define REJ_ad				33	/* 冲正摘要错 */
#define REJ_ae				34	/* 专用卡不许转付 */
#define REJ_af				35	/* 本地卡无卡帐号对照 */

#define ERR_SYSTEM                 	50

#define ERR_DB_P_CARELF            	79
#define ERR_DB_P_PCSDF            	 80
#define ERR_DB_P_PCDEB             	81
#define ERR_DB_P_COMACCT           	82
#define ERR_DB_P_SERACCF           	83
#define ERR_DB_P_ITEMNOF           	84
#define ERR_DB_P_CTRL              	85
#define ERR_DB_P_PCDBMA            	86
#define ERR_DB_P_ALCWDTF           	87
#define ERR_DB_P_CAVTLSTF          	88
#define ERR_DB_P_AUTHRLG           	89


#define ERR_NO_CARD                	90
#define ERR_ALREADY_CORRECT        	91   /* 已经冲正 */
#define ERR_ACTIVE                 	92
#define ERR_NO_ACCOUNT             	93
#define ERR_PCS_STAT               	94
#define ERR_NO_SERNO               	95
#define ERR_AMOUNT                 	96
#define ERR_TRADE_PLACE            	97
#define ERR_CORRECT                	98  /* 摘要错 */
#define ERR_POS_ID                 	99  /* POS终端号错 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -