aa
This commit is contained in:
@@ -1008,11 +1008,14 @@ func (c *StoreController) InsertStoreCategories() {
|
||||
// @Title 创建平台门店
|
||||
// @Description 创建平台门店
|
||||
// @Param token header string true "认证token"
|
||||
// @Param storeID formData int true "门店ID"
|
||||
// @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() {
|
||||
|
||||
c.callCreateVendorStore(func(params *tStoreCreateVendorStoreParams) (retVal interface{}, errCode string, err error) {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user