Commit 79e422cd94cf841a14abc3b06011d0092edf8479
'最新'
Showing
2 changed files
with
3 additions
and
3 deletions
admin-web-master/vue.config.js
ceres-uniapp-master/config/api.js
| ... | ... | @@ -317,8 +317,8 @@ module.exports = { |
| 317 | 317 | receiveCoupons: 'http://8.130.38.56:9007/coupon/receiveCoupons', |
| 318 | 318 | //获取订单的优惠券 |
| 319 | 319 | cereCouponKeyUse: 'http://8.130.38.56:9007/order/cereCouponKeyUse', |
| 320 | - | |
| 321 | 320 | //问卷解析token |
| 322 | 321 | jietoken: WX_API_BASE + '/cereQuestionnaireAnswering/get/token', |
| 323 | - | |
| 322 | + //问卷解析token | |
| 323 | + jietoken: WX_API_BASE + '/cereQuestionnaireAnswering/get/token', | |
| 324 | 324 | } | ... | ... |