CEES-CMD/功能梳理.md

24 lines
710 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1.excel导入
# 2.excel下载
# 3.自动分配宿舍
当页面上管理员按下自动分配宿舍按钮时,后台接口会接受到请求,后台把所有的没有分配宿舍的人的信息查询出来
循环遍历,然后根据宿舍楼号和宿舍号来查询宿舍信息,
公众号配置:
yml文件配置中的回调地址
http://wx-api-101281-5-1320792097.sh.run.tcloudbase.com
接口配置信息修改
URL
https://wx-api-101281-5-1320792097.sh.run.tcloudbase.com/wx/wx/msg/wxb37a727764fc080b
Token
abdusamatABZ123456
授权回调页面域名地址
wx-api-101281-5-1320792097.sh.run.tcloudbase.com
2024-05-10 改动
group表字段删减上线需要在线的数据库表删除重建