...
|
...
|
@@ -6,9 +6,10 @@ const domainApis = { |
|
|
// 提现申请管理
|
|
|
shopWithdrawList: '/erp-gateway-web/shop/withdraw/list', //资金操作明细列表
|
|
|
shopWithdrawApplyById: '/erp-gateway-web/shop/withdraw/applyById', //资金操作明细-提现明细
|
|
|
shopWithdrawApply: '/erp-gateway-web/shop/withdraw/apply', //资金操作明细-提现明细
|
|
|
shopWithdrawAccountList: '/erp-gateway-web/shop/account/list', //账户资金-账务明细
|
|
|
shopWithdrawApply: '/erp-gateway-web/shop/withdraw/apply', //资金操作明细-申请提现
|
|
|
shopWithdrawAccountList: '/erp-gateway-web/shop/account/list', //交易账务明细
|
|
|
shopWithdrawServiceList: '/erp-gateway-web/shop/withdraw/service/list', //服务费账单
|
|
|
shopWithdrawFreightList: '/erp-gateway-web/shop/withdraw/freight/list', //运费账务明细
|
|
|
},
|
|
|
erp: {
|
|
|
login: '/erp-gateway-web/account/profile/login',
|
...
|
...
|
@@ -104,8 +105,9 @@ const domainApis = { |
|
|
shopWithdrawList: '/erp-gateway-web/shop/withdraw/list', //资金操作明细列表
|
|
|
shopWithdrawApplyById: '/erp-gateway-web/shop/withdraw/applyById', //资金操作明细-提现明细
|
|
|
shopWithdrawApply: '/erp-gateway-web/shop/withdraw/apply', //资金操作明细-提现明细
|
|
|
shopWithdrawAccountList: '/erp-gateway-web/shop/account/list', //账户资金-账务明细
|
|
|
shopWithdrawAccountList: '/erp-gateway-web/shop/account/list', //交易账务明细
|
|
|
shopWithdrawServiceList: '/erp-gateway-web/shop/withdraw/service/list', //服务费账单
|
|
|
shopWithdrawFreightList: '/erp-gateway-web/shop/withdraw/freight/list', //运费账务明细
|
|
|
},
|
|
|
platform: {
|
|
|
queryShopsByAdminPid: '/SellerShopController/queryShopsByAdminPid',
|
...
|
...
|
|