【支付宝通知回调】:
 AbstractAlipayClient.java :
添加支付宝回调参数str转map
通知回调:
Map<String, String> params = notifyData.getParams();
Map<String, String> params = strToMap(notifyData.getBody());
pull/2/head
zwy 2022-04-27 10:18:47 +08:00
parent daca7c98f6
commit 03ad548aa2
1 changed files with 9 additions and 0 deletions

View File

@ -130,6 +130,15 @@ public abstract class AbstractAlipayClient extends AbstractPayClient<AlipayPayCl
}
}
/**
*
* strmap
*
* @param s
* @return map
*/
public static Map<String, String> strToMap(String s) {
Map<String, String> stringStringMap = new HashMap<>();
//调整时间格式