...
|
...
|
@@ -150,6 +150,24 @@ code==200表示成功,其它都为失败 |
|
|
|
|
|
|
|
|
|
|
|
## 取消订单
|
|
|
|
|
|
### 影响数据库
|
|
|
| 操作方式 | 表名 | 主要字段 | 描述 |
|
|
|
| :-- | :-- | :-- | :-- |
|
|
|
| U | yh_orders.orders | is_cancel = 'Y', cancel_type = 2 | 订单状态 |
|
|
|
| U | yhb_promotion.coupons_logs | status = 0, is_cancel = 'Y',use_time = 0, order_code =0 | 返优惠券 |
|
|
|
| I | yhb_promotion.user_coupon_logs_sync | | 返优惠券 |
|
|
|
| U | yhb_promotion.user_promotion_code_history | is_use = 0 | 返限购码 |
|
|
|
| U | yhb_promotion.limit_code_use_record | status = 1, update_time | 返限购码 |
|
|
|
| I | yoho_passport.yoho_redenvelopes | type = 3 | 返红包 |
|
|
|
| I | yoho_passport.yoho_coin_cost | | 返YOHO币 |
|
|
|
| I | yoho_passport.yoho_coin_history | | 返YOHO币 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|