|
|
|
@@ -376,7 +376,7 @@ public class WechatWeappCodeController { |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("发布已通过审核的小程序") |
|
|
|
@PostMapping("/releaseAudited") |
|
|
|
@GetMapping("/releaseAudited") |
|
|
|
public ResultData releaesAudited(String appId) { |
|
|
|
if(StringUtils.isBlank(appId)) { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
|