|
|
@@ -814,10 +814,10 @@ public class CasllBackDataProcessor implements CallBackService {
|
|
|
.map(ThirdStarDto::getUniqueIdentify)
|
|
|
.collect(Collectors.joining(","));
|
|
|
|
|
|
- map.put("app_id", "45");
|
|
|
+ map.put("app_id", "18");
|
|
|
map.put("timestamp", String.valueOf(System.currentTimeMillis()/1000));
|
|
|
map.put("unique_id", joined);
|
|
|
- String sign = makeSign(map, "THITVXdSPQRQzArVwtssyD4uMdQIUxEY");
|
|
|
+ String sign = makeSign(map, "0xUGDHmMeiCYU7yyVgvSCeTMCillkDLZ");
|
|
|
map.put("sign", sign);
|
|
|
log.info("【大连青宁】请求前参数:{}",map);
|
|
|
String responseStr = HttpClientThreeUtil.post(url, JSON.toJSONString(map));
|