From 2e5800855a7fd8c81acaf5989782bf61aaf57c30 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期三, 16 六月 2021 16:44:56 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-acct/src/main/java/com/java110/acct/api/AccountApi.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service-acct/src/main/java/com/java110/acct/api/AccountApi.java b/service-acct/src/main/java/com/java110/acct/api/AccountApi.java
index 107ce36..2182c13 100644
--- a/service-acct/src/main/java/com/java110/acct/api/AccountApi.java
+++ b/service-acct/src/main/java/com/java110/acct/api/AccountApi.java
@@ -112,7 +112,7 @@
      * @serviceCode /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) {
         Assert.hasKeyAndValue(reqJson, "communityId", "灏忓尯ID涓嶈兘涓虹┖");
         Assert.hasKeyAndValue(reqJson, "ownerId", "涓氫富涓嶈兘涓虹┖");

--
Gitblit v1.8.0