Commit 650fc5c3 authored by 张俊's avatar 张俊

手动控制数据类型

parent 96301bc2
......@@ -78,8 +78,8 @@ public class OpenAccountService {
jsonObject.put("app_secret", "9a31b84878654a72a999e38ef55aa186");
String str = jsonObject.toString();
// 发起 post 请求
// String result = HttpUtil.sendPost(providentFundServices, str);
String result = mockDwxxHttp();
String result = HttpUtil.sendPost(providentFundServices, str);
// String result = mockDwxxHttp();
logger.info("拿到第一个接口返回的第三方数据,准备调第一个存储过程" + result);
Json jsonentity = JSONObject.parseObject(result, Json.class);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment