|
@@ -384,6 +384,7 @@ public class BizRechargeRecordServiceImpl extends ServiceImpl<BizRechargeRecordM
|
|
map.put("env_version","release");
|
|
map.put("env_version","release");
|
|
//HttpResponse execute = HttpUtil.createPost(url).body(JSONObject.toJSONString(map)).execute();
|
|
//HttpResponse execute = HttpUtil.createPost(url).body(JSONObject.toJSONString(map)).execute();
|
|
HttpResponse response = HttpRequest.post(url)
|
|
HttpResponse response = HttpRequest.post(url)
|
|
|
|
+ .header("Content-Type", "application/json")
|
|
.body(JSONObject.toJSONString(map))
|
|
.body(JSONObject.toJSONString(map))
|
|
.execute();
|
|
.execute();
|
|
if (response.isOk()) {
|
|
if (response.isOk()) {
|