xiaoe_mp_npm 1.1.5-test01 → 1.1.5-test02

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,13 +29,13 @@ const specialQuery = (routing) => {
29
29
  const GET_MARKETING_LIST = `${gateway()}xe.alive_coupons/coupon_list/1.0.0`;
30
30
 
31
31
  // 获取我的券码
32
- const GET_MY_MARKETING_LIST = '_alive/interact/coupon/xe.csg.coupon.user.alive_receive/1.0.0';
32
+ const GET_MY_MARKETING_LIST = '_alive/interact/xe.csg.coupon.user.alive_receive/1.0.0';
33
33
 
34
34
  // 领取普通优惠券
35
- const RECEIVE_COUPON = '_alive/interact/coupon/xe.csg.coupon.receive/1.0.0';
35
+ const RECEIVE_COUPON = '_alive/interact/xe.csg.coupon.receive/1.0.0';
36
36
 
37
37
  // 领取普通优惠券
38
- const RECEIVE_LIMIT_COUPON = '_alive/interact/coupon/xe.csg.coupon.exclusive.receive/1.0.0';
38
+ const RECEIVE_LIMIT_COUPON = '_alive/interact/xe.csg.coupon.exclusive.receive/1.0.0';
39
39
 
40
40
  // 获取优惠券新接口
41
41
  const GET_COUPON_List = `${gateway()}elive/coupon/coupon_list/1.0.0`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaoe_mp_npm",
3
- "version": "1.1.5-test01",
3
+ "version": "1.1.5-test02",
4
4
  "description": "",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "scripts": {
@@ -29,13 +29,13 @@ const specialQuery = (routing) => {
29
29
  const GET_MARKETING_LIST = `${gateway()}xe.alive_coupons/coupon_list/1.0.0`;
30
30
 
31
31
  // 获取我的券码
32
- const GET_MY_MARKETING_LIST = '_alive/interact/coupon/xe.csg.coupon.user.alive_receive/1.0.0';
32
+ const GET_MY_MARKETING_LIST = '_alive/interact/xe.csg.coupon.user.alive_receive/1.0.0';
33
33
 
34
34
  // 领取普通优惠券
35
- const RECEIVE_COUPON = '_alive/interact/coupon/xe.csg.coupon.receive/1.0.0';
35
+ const RECEIVE_COUPON = '_alive/interact/xe.csg.coupon.receive/1.0.0';
36
36
 
37
37
  // 领取普通优惠券
38
- const RECEIVE_LIMIT_COUPON = '_alive/interact/coupon/xe.csg.coupon.exclusive.receive/1.0.0';
38
+ const RECEIVE_LIMIT_COUPON = '_alive/interact/xe.csg.coupon.exclusive.receive/1.0.0';
39
39
 
40
40
  // 获取优惠券新接口
41
41
  const GET_COUPON_List = `${gateway()}elive/coupon/coupon_list/1.0.0`