jufubao-admin-library 1.1.97 → 1.1.98
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.
|
@@ -148,6 +148,19 @@ module.exports = {
|
|
|
148
148
|
},
|
|
149
149
|
disabled: true,
|
|
150
150
|
"role": "FINANCE-PARTNER.WALLET_LIST_PARTNER_CHANNEL_SUPPLIERS"
|
|
151
|
-
}
|
|
152
|
-
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
title: "加盟商明细-服务费返点结算明细",
|
|
154
|
+
mapFn: "getByCardFeeInfo",
|
|
155
|
+
path: "/finance-partner/v1/trade-record/get-card-service-fee-rule",
|
|
156
|
+
isRule: false,
|
|
157
|
+
params: {
|
|
158
|
+
trade_nnid: ["交易号", "String", "必填"],
|
|
159
|
+
partner_id: ["加盟商ID", "String", "必填"],
|
|
160
|
+
wallet_type: ["钱包类型", "String", "必填"],
|
|
161
|
+
},
|
|
162
|
+
disabled: true,
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
|
|
153
166
|
}
|