jufubao-third 1.0.12 → 1.0.13-beta1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-third",
3
- "version": "1.0.12",
3
+ "version": "1.0.13-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件第三方购物平台包",
6
6
  "main": "index.js",
@@ -15,7 +15,7 @@ module.exports = [
15
15
  {
16
16
  mapFnName: 'getThirdListCards',
17
17
  title: '三方 - 展示可选卡券列表',
18
- path: "/mall/v1/order/list-binded-cards",
18
+ path: "/mall/v1/order/list-binded-cards/thirdmall",
19
19
  isRule: false,
20
20
  params: {
21
21
  },
@@ -25,7 +25,7 @@ module.exports = [
25
25
  {
26
26
  mapFnName: 'setThirdSelectCard',
27
27
  title: '三方 - 选择卡券',
28
- path: '/mall/v1/order/pre/use-binded-card',
28
+ path: '/mall/v1/order/use-binded-card/thirdmall',
29
29
  isRule: false,
30
30
  data: {
31
31
  selected_card_list_json: [
@@ -69,7 +69,7 @@ module.exports = [
69
69
  {
70
70
  mapFnName: 'setThirdAddCard',
71
71
  title: '三方 - 添加新卡券',
72
- path: '/mall/v1/order/pre/use-new-card',
72
+ path: '/mall/v1/order/use-new-card/thirdmall',
73
73
  isRule: false,
74
74
  data: {
75
75
  selected_card_list_json: [
@@ -140,7 +140,7 @@ module.exports = [
140
140
  {
141
141
  mapFnName: "useBindedWallet",
142
142
  title: "使用已绑钱包",
143
- path: "/mall/v1/order/pre/use-binded-wallet",
143
+ path: "/mall/v1/order/use-binded-wallet/thirdmall",
144
144
  isRule: false,
145
145
  data: {
146
146
  selected_card_list_json: ['卡', 'string', true],