Authored by LUOXC

update

@@ -150,6 +150,24 @@ code==200表示成功,其它都为失败 @@ -150,6 +150,24 @@ code==200表示成功,其它都为失败
150 150
151 151
152 152
  153 +## 取消订单
  154 +
  155 +### 影响数据库
  156 +| 操作方式 | 表名 | 主要字段 | 描述 |
  157 +| :-- | :-- | :-- | :-- |
  158 +| U | yh_orders.orders | is_cancel = 'Y', cancel_type = 2 | 订单状态 |
  159 +| U | yhb_promotion.coupons_logs | status = 0, is_cancel = 'Y',use_time = 0, order_code =0 | 返优惠券 |
  160 +| I | yhb_promotion.user_coupon_logs_sync | | 返优惠券 |
  161 +| U | yhb_promotion.user_promotion_code_history | is_use = 0 | 返限购码 |
  162 +| U | yhb_promotion.limit_code_use_record | status = 1, update_time | 返限购码 |
  163 +| I | yoho_passport.yoho_redenvelopes | type = 3 | 返红包 |
  164 +| I | yoho_passport.yoho_coin_cost | | 返YOHO币 |
  165 +| I | yoho_passport.yoho_coin_history | | 返YOHO币 |
  166 +
  167 +
  168 +
  169 +
  170 +
153 171
154 172
155 173