Commit 6997db7f by chongli

微信退款回调调试

parent 4df50558
......@@ -169,6 +169,7 @@ public abstract class AbstractNotifyService extends CorePaymentService {
public String weiXinRefoundNotify(String xml) throws Exception{
logger.error(xml);
Map<String,Object> notifyMap = WXUtil.doXMLParse(xml);
if(notifyMap.get("return_code").equals("SUCCESS")){
Map<String,Object> reqInfoMap = WXUtil.doXMLParse(AESUtil.getRefundDecrypt(notifyMap.get("req_info").toString(), Configure.getKey()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment