This commit is contained in:
Lemon
2023-08-02 14:21:20 +08:00
parent 568cb5a569
commit 84d7845c4c
3 changed files with 7 additions and 4 deletions

View File

@@ -263,7 +263,7 @@ public class AgentDevController extends BaseController {
* @param authorizerAppid
* @return
*/
@GetMapping("/releaseProcedure")
@GetMapping("/releaseProcedure/{authorizerAppid}")
public RestApiResponse<?> releaseProcedure(@PathVariable("authorizerAppid") String authorizerAppid) {
logger.info("发布已通过审核的小程序 params:{}", authorizerAppid);
RestApiResponse<?> response = null;