springboot/src/main/java/com/java110/boot/controller/app/AppController.java
@@ -343,7 +343,7 @@ * @return http status 200 成功 其他失败 */ @RequestMapping(path = "/ext/{serviceCode}/{appId}/{communityId}", method = RequestMethod.POST) @RequestMapping(path = "/ext/{appId}/{serviceCode}", method = RequestMethod.POST) @Java110Lang public ResponseEntity<String> extPost( @PathVariable String serviceCode,