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
|
@@ -153,10 +153,9 @@ module.exports = [
|
|
|
153
153
|
{
|
|
154
154
|
mapFnName: "getVipList",
|
|
155
155
|
title: "会员中心 - 会员卡列表",
|
|
156
|
-
path: "/member/v1
|
|
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,
|