|
@@ -92,7 +92,7 @@ public class AppTokenServiceImpl implements IAppTokenService {
|
|
|
JSONObject jsonObject = JSONObject.parseObject(res);
|
|
|
int code = jsonObject.getInteger("code");
|
|
|
if (code != 0) {
|
|
|
- LogUtil.error(logger, "获取accessToken失败,res:" + res);
|
|
|
+ LogUtil.error(logger, "获取accessToken失败,appId:{0},res:{1}",new Object[]{appId, res});
|
|
|
throw new ServiceException("获取accessToken失败");
|
|
|
}
|
|
|
resToken = jsonObject.getString("data");
|