|
|
@@ -489,7 +489,7 @@ public class AccountUtils {
|
|
|
if (!StringUtils.isEmpty(saveUrl)) {
|
|
|
JSONObject formData = JSON.parseObject(JSON.toJSONString(user));
|
|
|
formData.put("_operate", "fuzzyCheck");
|
|
|
- HttpUtil.ResponseWrap res = HttpUtil.doGet(saveUrl, formData);
|
|
|
+ HttpUtil.ResponseWrap res = HttpUtil.doPost(saveUrl, formData);
|
|
|
if (!res.isSuccess()) {
|
|
|
throw new Exception(res.getContent());
|
|
|
} else {
|