mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
自定义messageConverter
This commit is contained in:
@@ -51,7 +51,6 @@ public class SignatureProvider {
|
|||||||
/**
|
/**
|
||||||
* The constant APPLICATION_JSON.
|
* The constant APPLICATION_JSON.
|
||||||
*/
|
*/
|
||||||
public static final String APPLICATION_JSON = "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