Commit be99983b by zhangchen

1.打印请求参数

parent 0d2385c4
......@@ -84,6 +84,7 @@ public class CommuneNotifyService extends AbstractNotifyService {
public String notifyForVoucherMiniApp(String xml) throws Exception{
System.out.print(xml);
Map<String,Object> notifyMap = WXUtil.doXMLParse(xml);
if(notifyMap.get("return_code").equals("SUCCESS")){
......
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