This commit is contained in:
苏尹岚
2021-02-03 11:18:30 +08:00
parent 1c9f710b45
commit fb55dd6a85
8 changed files with 20 additions and 8 deletions

View File

@@ -1004,3 +1004,15 @@ func (c *StoreController) InsertStoreCategories() {
return retVal, "", err
})
}
// @Title 创建平台门店
// @Description 创建平台门店
// @Param token header string true "认证token"
// @Param vendorID formData int true "平台ID"
// @Param payload formData string true "json数据store对象"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /CreateVendorStore [post]
func (c *StoreController) CreateVendorStore() {
}