java110 před 5 roky
rodič
revize
14111b08d1

+ 1 - 1
service-acct/src/main/java/com/java110/acct/api/AccountApi.java

@@ -112,7 +112,7 @@ public class AccountApi {
      * @serviceCode /account/ownerPrestoreAccount
      * @serviceCode /account/ownerPrestoreAccount
      * @path /app/account/ownerPrestoreAccount
      * @path /app/account/ownerPrestoreAccount
      */
      */
-    @RequestMapping(value = "/ownerPrestoreAccount", method = RequestMethod.GET)
+    @RequestMapping(value = "/ownerPrestoreAccount", method = RequestMethod.POST)
     public ResponseEntity<String> queryAccountDetail(@RequestBody JSONObject reqJson) {
     public ResponseEntity<String> queryAccountDetail(@RequestBody JSONObject reqJson) {
         Assert.hasKeyAndValue(reqJson, "communityId", "小区ID不能为空");
         Assert.hasKeyAndValue(reqJson, "communityId", "小区ID不能为空");
         Assert.hasKeyAndValue(reqJson, "ownerId", "业主不能为空");
         Assert.hasKeyAndValue(reqJson, "ownerId", "业主不能为空");