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