审核门店

This commit is contained in:
苏尹岚
2020-09-24 09:24:12 +08:00
parent 6981966064
commit 21c3de8951

View File

@@ -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