|
|
@ -122,7 +122,7 @@ public abstract class AbstractSendMessageHandler implements JobHandler { |
|
|
|
} |
|
|
|
|
|
|
|
private void setHead(HttpRequest httpRequest) { |
|
|
|
String timestamp = String.valueOf(new Date().getTime()); |
|
|
|
String timestamp = String.valueOf(new Date().getTime() / 1000); |
|
|
|
String nonce = IdUtil.fastSimpleUUID(); |
|
|
|
String gatewaySignature = timestamp + gatewayPaasToken + nonce + timestamp; |
|
|
|
String centerSignature = timestamp + centerPaasToken + nonce + timestamp; |
|
|
|