名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
app_key | String | 可选 | 123456 | app唯一标识 |
biz_status | String | 可选 | B | 订单服务状态(B: 服务前; S: 服务中; E: 服务结束; P: 服务暂停; C: 作废;) |
order_item_no | String | 可选 | W18040421012345_1 | 订单行号 |
paid_amount | String | 可选 | 888 | 支付金额 |
pay_status | String | 可选 | payment_success | 支付状态(payment_none: 未支付; payment_part: 部分支付; payment_success: 支付完成;) |
{ "biz_status":"B", "pay_status":"payment_success", "app_key":"123456", "paid_amount":"888", "order_item_no":"W18040421012345_1" }