1
This commit is contained in:
@@ -17607,6 +17607,59 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/store/BalanceRecharge": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"store"
|
||||
],
|
||||
"description": "远程平台充值",
|
||||
"operationId": "StoreController.远程平台充值",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
"name": "token",
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "vendorID",
|
||||
"description": "门店所属的厂商ID",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "amount",
|
||||
"description": "充值金额分",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "category",
|
||||
"description": "链接场景[PC,H5]",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "notifyUrl",
|
||||
"description": "成功跳转链接(支付宝有,微信没有)",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{object} controllers.CallResult"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/store/BatchGetMTStoreLogos": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -18644,7 +18697,6 @@
|
||||
"in": "query",
|
||||
"name": "ranke",
|
||||
"description": "排序字段 order_count,desc",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
@@ -19650,7 +19702,6 @@
|
||||
"in": "query",
|
||||
"name": "ranke",
|
||||
"description": "排序字段 order_count,desc",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
@@ -20519,6 +20570,37 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/store/QueryPlatformBalance": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"store"
|
||||
],
|
||||
"description": "查询远程平台可以金额",
|
||||
"operationId": "StoreController.查询远程平台可以金额",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "header",
|
||||
"name": "token",
|
||||
"description": "认证token",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "vendorID",
|
||||
"description": "门店所属的厂商ID",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{object} controllers.CallResult"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/store/RefreshJdLevel": {
|
||||
"post": {
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user