diff --git a/controllers/cms_store.go b/controllers/cms_store.go index 1d10c0ec6..da28300eb 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -889,7 +889,7 @@ func (c *StoreController) GetStoreAudit() { // @Title 门店审核 // @Description 门店审核 // @Param token header string true "认证token" -// @Param payload fomData string true "json数据,storeaudit对象" +// @Param payload formData string true "json数据,storeaudit对象" // @Param status formData int false "审核标志,1通过,-1 不通过" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult