Procházet zdrojové kódy

优化 房屋租赁审核少 requestMapping bug

java110 před 5 roky
rodič
revize
3922c59364

+ 1 - 0
service-user/src/main/java/com/java110/user/api/RentingApi.java

@@ -329,6 +329,7 @@ public class RentingApi {
      * @serviceCode /renting/auditRenting
      * @path /app/renting/auditRenting
      */
+    @RequestMapping(value = "/auditRenting", method = RequestMethod.POST)
     public ResponseEntity<String> auditRenting(@RequestBody JSONObject reqJson,
                                                @RequestHeader(value = "store-id") String storeId,
                                                @RequestHeader(value = "user-id") String userId) {