浏览代码

支付接口修改

tags/2.2.4
Stormeye.Wu 6 年前
父节点
当前提交
7b15f64444
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pages/coupon/detail/index.js

+ 1
- 1
pages/coupon/detail/index.js 查看文件

@@ -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


正在加载...
取消
保存