public interface AlipayParser<T extends AlipayResponse>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
encryptSourceData(AlipayRequest<?> request,
String body,
String format,
String encryptType,
String encryptKey,
String charset) |
Class<T> |
getResponseClass() |
SignItem |
getSignItem(AlipayRequest<?> request,
String responseBody) |
T |
parse(String rsp) |
T parse(String rsp) throws AlipayApiException
Class<T> getResponseClass() throws AlipayApiException
SignItem getSignItem(AlipayRequest<?> request, String responseBody) throws AlipayApiException
String encryptSourceData(AlipayRequest<?> request, String body, String format, String encryptType, String encryptKey, String charset) throws AlipayApiException
Copyright © 2018 guerlab. All rights reserved.