增加逻辑

This commit is contained in:
richboo111
2022-11-07 14:55:47 +08:00
parent 829eb9328b
commit b5a065b0e3
4 changed files with 38 additions and 20 deletions

View File

@@ -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]