增加逻辑
This commit is contained in:
@@ -1507,3 +1507,12 @@ func (c *StoreController) GetDDScope() {
|
||||
return retVal, "", nil
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 批量绑定抖店与京西门店
|
||||
// @Description 批量绑定抖店与京西门店
|
||||
// @Param token header string true "认证token"
|
||||
// @Param storeID formData int true "门店ID"
|
||||
// @Param vendorStoreID formData string true "平台门店ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /BatchBindVendorStore [post]
|
||||
|
||||
Reference in New Issue
Block a user