jufubao-food 1.0.13-beta5 → 1.0.14-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-food",
3
- "version": "1.0.13-beta5",
3
+ "version": "1.0.14-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件餐饮插件包",
6
6
  "main": "index.js",
@@ -37,7 +37,7 @@ module.exports = [
37
37
  {
38
38
  mapFnName: 'getFoodCardList',
39
39
  title: '展示可选卡列表',
40
- path: '/mall/v1/order/list-binded-cards',
40
+ path: '/mall/v1/order/list-binded-cards/hourdash',
41
41
  isRule: false,
42
42
  params: {},
43
43
  isConsole: true,
@@ -46,7 +46,7 @@ module.exports = [
46
46
  {
47
47
  mapFnName: 'foodSelectCard',
48
48
  title: '选择卡',
49
- path: '/mall/v1/order/use-binded-card',
49
+ path: '/mall/v1/order/use-binded-card/hourdash',
50
50
  isRule: false,
51
51
  data: {
52
52
  namespace: ['namespace', 'String', true],
@@ -63,7 +63,7 @@ module.exports = [
63
63
  {
64
64
  mapFnName: 'addFoodCard',
65
65
  title: '添加卡',
66
- path: '/mall/v1/order/use-new-card',
66
+ path: '/mall/v1/order/use-new-card/hourdash',
67
67
  isRule: false,
68
68
  data: {
69
69
  namespace: ['namespace', 'String', true],
@@ -79,7 +79,6 @@ module.exports = [
79
79
  isConsole: true,
80
80
  disabled: true,
81
81
  },
82
-
83
82
  {
84
83
  mapFnName: "getUserWallet",
85
84
  title: "订单支付-可用钱包列表",
@@ -96,7 +95,7 @@ module.exports = [
96
95
  {
97
96
  mapFnName: "useBindedWallet",
98
97
  title: "使用已绑钱包",
99
- path: "/mall/v1/order/use-binded-wallet",
98
+ path: "/mall/v1/order/use-binded-wallet/hourdash",
100
99
  isRule: false,
101
100
  data: {
102
101
  selected_card_list_json: ['卡', 'string', true],