Commit 791e19a1 by 徐高华

test

parent bcbc1d72
......@@ -69,15 +69,19 @@ public class QywxCallbackController extends WebBaseController {
case 100012 :
this.v100012(uuid,json) ;
break;
case 100009 :
this.v100009(uuid,json) ;
break;
default:
break;
}
}
private void v100012(String uuid , JSONObject json) {
logger.info("需要二次扫码");
}
private void v100009(String uuid , JSONObject json) {
logger.info("超时未扫码关闭");
}
private void v100001(String uuid , JSONObject json) {
logger.info("用户扫码={}",uuid);
}
......@@ -99,7 +103,7 @@ public class QywxCallbackController extends WebBaseController {
@RequestMapping("qywx-init")
@IgnoreLogin
public HaobanResponse init(Object object) {
public HaobanResponse init() {
String callbackUrl = "https://www.gicdev.com/haoban-manage3-operation-web/qywx-msg-notice" ;
String map1 = HttpClient.sendPostJSON(String.format(url,"init") ,"{}","utf-8") ;
logger.info(map1);
......
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 to comment