更改文字,更改AppGuide字段,实名逻辑更改,收银点判断逻辑更改,RSA相关

This commit is contained in:
liuyingfang
2023-06-06 18:23:13 +08:00
parent eeffe90fc7
commit fd84e2d469
42 changed files with 1433 additions and 91 deletions

View File

@@ -371,7 +371,7 @@ public class WechantController {
backMsgXml.append("<FromUserName><![CDATA["+(String) map.get("ToUserName")+"]]></FromUserName>");
backMsgXml.append("<CreateTime>"+System.currentTimeMillis()+"</CreateTime>");
backMsgXml.append("<MsgType><![CDATA[text]]></MsgType>");
backMsgXml.append("<Content><![CDATA[你好,欢迎关注银收]]></Content>");
backMsgXml.append("<Content><![CDATA[你好,欢迎关注银收]]></Content>");
backMsgXml.append("</xml>");
response.setContentType("text/xml; charset=utf-8");
response.setCharacterEncoding("UTF-8");