f
This commit is contained in:
@@ -63,8 +63,11 @@ type (
|
||||
OrderNo string `json:"order_no" validate:"required"`
|
||||
}
|
||||
PaymentCheckResp {
|
||||
Type string `json:"type"`
|
||||
Status string `json:"status"`
|
||||
Type string `json:"type"`
|
||||
Status string `json:"status"`
|
||||
WxSyncError string `json:"wx_sync_error,optional"` // query_order 失败时微信返回
|
||||
WxOrderStatus int `json:"wx_order_status,optional"` // 微信侧订单 status
|
||||
WxOrderDetail string `json:"wx_order_detail,optional"` // query_order 原始 order 摘要(排查用)
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user