jufubao-third 1.0.10-beta2 → 1.0.10-beta4

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.10-beta2",
3
+ "version": "1.0.10-beta4",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件第三方购物平台包",
6
6
  "main": "index.js",
@@ -153,10 +153,9 @@ module.exports = [
153
153
  {
154
154
  mapFnName: "getVipList",
155
155
  title: "会员中心 - 会员卡列表",
156
- path: "/member/v1/:namespace/vip-card",
156
+ path: "/member/v1/vip-card",
157
157
  isRule: false,
158
158
  params: {
159
- namespace: ['业务线', 'String', true],
160
159
  is_show_exchange_code: ['是否展示 兑换码 ', 'Y/N,默认N', false],
161
160
  },
162
161
  isConsole: true,