|
|
|
@@ -81,7 +81,7 @@ public class WxMallController extends BaseController { |
|
|
|
List<WxMall> childMall = wxMallService.getSubByParentTenantId(mall.getTenantId()); |
|
|
|
return new ResultData(childMall); |
|
|
|
} |
|
|
|
return new ResultData(Result.ERROR, "未查询到自广场"); |
|
|
|
return new ResultData(Result.ERROR, "未查询到子广场"); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("验证码") |
|
|
|
|