Browse Source

支付接口修改

tags/2.2.4
Stormeye.Wu 6 years ago
parent
commit
7b15f64444
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js View File

@@ -166,7 +166,7 @@ Page({
})
.then(res => {
return Http.post({
url: config.api.freeCoupon,
url: config.api.orderSave,
data: {
couponChannelId: that.data.couponChannelId,
couponId: that.data.couponId


Loading…
Cancel
Save