From 21c3de8951840964e5333060a38aea2fca505cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 24 Sep 2020 09:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/cms_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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