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:
@@ -51,7 +51,6 @@ public class SignatureProvider {
|
||||
/**
|
||||
* The constant APPLICATION_JSON.
|
||||
*/
|
||||
public static final String APPLICATION_JSON = "application/json";
|
||||
private static final IdGenerator ID_GENERATOR = new AlternativeJdkIdGenerator();
|
||||
private static final String SCHEMA = "WECHATPAY2-SHA256-RSA2048 ";
|
||||
private final RestOperations restOperations = new RestTemplate();
|
||||
|
||||
Reference in New Issue
Block a user