java110
2023-08-11 f67a8bfa2bd4895806bb1686e25df3a2eab8e771
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,