mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 加注释
This commit is contained in:
@@ -307,7 +307,7 @@ public class AgentDevService {
|
||||
jsonObject.put("authorizer_refresh_token", refreshToken);
|
||||
// 发送请求
|
||||
String result = HttpUtils.sendPost(url, JSON.toJSONString(jsonObject));
|
||||
logger.info("微信第三方平台 通过刷新令牌获取接口令牌 请求参数:{}\n, 请求结果:{}", JSON.toJSONString(jsonObject), result);
|
||||
logger.info("微信第三方平台 通过刷新令牌获取接口令牌 请求参数:{}, 请求结果:{}", JSON.toJSONString(jsonObject), result);
|
||||
// 将返回结果转成 json 对象
|
||||
JSONObject resultJson = JSONObject.parseObject(result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user