| 名称 | 类型 | 是否必须 | 示例值 | 描述 |
|---|---|---|---|---|
| actualPrice | String | 可选 | 3000 | 实际金额(分) |
| memo | String | 可选 | xxx | 备注 |
| orderId | String | 可选 | 123 | 订单id |
| orderLine | String | 可选 | [{"name":"二次上门费","originPrice":5000,"promotionPrice":500,"actualPrice":4500,"quantity":2},{"name":"空跑","originPrice":3000,"actualPrice":3000,"quantity":1}] | 购买信息 |
| originPrice | String | 可选 | 4000 | 订单原价(分) |
| payTime | String | 可选 | 2025-11-09 10:10:10 | 支付时间 |
| promotionPrice | String | 可选 | 1000 | 优惠金额(分) |
| status | Number | 可选 | 1:创建, 2:支付 | 状态 |
| triggerId | String | 可选 | 123 | 发起人id |
| triggerTime | String | 可选 | 2025-11-09 10:10:10 | 发起时间 |
| workcardId | String | 可选 | 123 | 工单id |
{
"workcardId":"123",
"actualPrice":"3000",
"orderId":"123",
"payTime":"2025-11-09 10:10:10",
"promotionPrice":"1000",
"orderLine":"[{\"name\":\"二次上门费\",\"originPrice\":5000,\"promotionPrice\":500,\"actualPrice\":4500,\"quantity\":2},{\"name\":\"空跑\",\"originPrice\":3000,\"actualPrice\":3000,\"quantity\":1}]",
"triggerId":"123",
"memo":"xxx",
"originPrice":"4000",
"triggerTime":"2025-11-09 10:10:10",
"status":"1:创建, 2:支付"
}