mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
自定义messageConverter
This commit is contained in:
@@ -48,9 +48,7 @@ import java.util.stream.Collectors;
|
|||||||
* @since 16 :48
|
* @since 16 :48
|
||||||
*/
|
*/
|
||||||
public class SignatureProvider {
|
public class SignatureProvider {
|
||||||
/**
|
|
||||||
* The constant APPLICATION_JSON.
|
|
||||||
*/
|
|
||||||
private static final IdGenerator ID_GENERATOR = new AlternativeJdkIdGenerator();
|
private static final IdGenerator ID_GENERATOR = new AlternativeJdkIdGenerator();
|
||||||
private static final String SCHEMA = "WECHATPAY2-SHA256-RSA2048 ";
|
private static final String SCHEMA = "WECHATPAY2-SHA256-RSA2048 ";
|
||||||
private final RestOperations restOperations = new RestTemplate();
|
private final RestOperations restOperations = new RestTemplate();
|
||||||
|
|||||||
Reference in New Issue
Block a user