|
|
@ -516,6 +516,8 @@ public class OuPaiFactoryServiceImpl implements IOuPaiFactoryService { |
|
|
|
opPackagePushLogEntity.setPushType(pushType); |
|
|
|
opPackagePushLogEntity.setPushType(pushType); |
|
|
|
opPackagePushLogEntity.setUrl(url); |
|
|
|
opPackagePushLogEntity.setUrl(url); |
|
|
|
opPackagePushLogEntity.setRefId(refId); |
|
|
|
opPackagePushLogEntity.setRefId(refId); |
|
|
|
|
|
|
|
opPackagePushLogEntity.setPushOupaiNode(data.getString("Operate")); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String token = buildToken(); |
|
|
|
String token = buildToken(); |
|
|
|
HttpResponse httpResponse = HttpRequest.post(url).header("Authorization", token).body(data.toJSONString()).execute(); |
|
|
|
HttpResponse httpResponse = HttpRequest.post(url).header("Authorization", token).body(data.toJSONString()).execute(); |
|
|
|