Przeglądaj źródła

查询微信是否被绑定

11wqe1 2 dni temu
rodzic
commit
56e21ded70
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -8123,6 +8123,11 @@ router.route("/getKanbanTeaManagedata").all((req, res, next) => {
 });
 
 
+//查询微信是否被绑定
+router.route("/selectliyuanOpenid").all((req, res, next) => {
+    postmysql(req, res, "selectliyuanOpenid");
+});
+
 //数据看板-综合数据
 router.route("/selectDataBoardSchool").all((req, res, next) => {
     postmysql(req, res, "selectDataBoardSchool");