java110
2023-08-22 ded40ebbd1613490fc68190dbd92db5d7243267f
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,