|
|
|
@ -67,6 +67,9 @@ public class MssqApiServiceImpl implements IMssqApiService { |
|
|
|
String invokingServiceRequestMethod="POST"; |
|
|
|
// 服务调用的请求方法
|
|
|
|
// 1.获取本地签名
|
|
|
|
log.info("民生诉求获取mssqUrl:{}",mssqUrl); |
|
|
|
log.info("民生诉求获取appId:{}",appId); |
|
|
|
log.info("民生诉求获取appKey:{}",appKey); |
|
|
|
String tokenSign = gatewaySignEncode(appId, appKey, currTime); |
|
|
|
// 2.调用获取token接口
|
|
|
|
JSONObject jsonObject = httpRequest(mssqUrl + "/auth/token", "POST", "", appId, currTime, tokenSign); |
|
|
|
|