1
This commit is contained in:
@@ -11953,6 +11953,43 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/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:
|
||||
@@ -12658,7 +12695,6 @@ paths:
|
||||
- in: query
|
||||
name: ranke
|
||||
description: 排序字段 order_count,desc
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
@@ -13342,7 +13378,6 @@ paths:
|
||||
- in: query
|
||||
name: ranke
|
||||
description: 排序字段 order_count,desc
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
@@ -13932,6 +13967,27 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{object} controllers.CallResult'
|
||||
/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