change alipay
This commit is contained in:
@@ -45,7 +45,7 @@ $tables = @(
|
||||
# "agent_withdrawal_tax",
|
||||
# "authorization_document",
|
||||
# "example",
|
||||
"feature"
|
||||
# "feature"
|
||||
# "alipay_from_callback"
|
||||
# "global_notifications",
|
||||
# "order",
|
||||
@@ -62,7 +62,7 @@ $tables = @(
|
||||
# "whitelist_order_item",
|
||||
# "user_feature_whitelist"
|
||||
# "complaint_main",
|
||||
# "complaint_alipay",
|
||||
"complaint_alipay"
|
||||
# "complaint_alipay_trade",
|
||||
# "complaint_manual"
|
||||
# "tianyuanapi_call_log"
|
||||
|
||||
@@ -62,7 +62,6 @@ CREATE TABLE `complaint_alipay` (
|
||||
`complain_amount` decimal(10,2) DEFAULT NULL COMMENT '投诉单涉及交易总金额(单位:人民币元)',
|
||||
`gmt_complain` datetime DEFAULT NULL COMMENT '投诉时间',
|
||||
`gmt_process` datetime DEFAULT NULL COMMENT '处理时间',
|
||||
`gmt_overdue` datetime DEFAULT NULL COMMENT '过期时间',
|
||||
`complain_content` text DEFAULT NULL COMMENT '用户投诉内容',
|
||||
`trade_no` varchar(100) DEFAULT NULL COMMENT '投诉交易单号',
|
||||
`status` varchar(50) DEFAULT NULL COMMENT '投诉状态(支付宝返回的状态)',
|
||||
|
||||
Reference in New Issue
Block a user