aa
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user