This commit is contained in:
yangduo 2024-12-31 11:55:30 +08:00
parent 2095b31004
commit 6950221dc5

View File

@ -55,6 +55,7 @@ CREATE TABLE `t_order` (
`sp_orderid` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT '平台的订单id',
`sp_amount` int(11) NOT NULL DEFAULT '0' COMMENT 'sp_amount',
`sp_others` int(11) NOT NULL DEFAULT '0' COMMENT 'sp_others',
`sp_confirmtime` int(11) NOT NULL DEFAULT '0' COMMENT '平台确认时间',
`sp_pay_result` int(11) NOT NULL DEFAULT '0' COMMENT '0: 未确认 1: 支付成功 -1:支付失败',