Loading... ## 脚本介绍 学习通健康信息上报脚本 - 支持腾讯云函数,无需服务器 - 依赖云函数可供多人使用 ## 脚本下载 <button class="btn m-b-xs btn-black btn-addon" onclick='window.open("https://github.com/mkdir700/chaoxing_auto_sign/tree/latest/heath","_blank")'><i class="fa fa-github"></i>Github</button> ## 使用方法 视频教程: <iframe width=100% height=500rpx src="//player.bilibili.com/player.html?aid=329261498&bvid=BV1RA411J7jB&cid=228186165&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> **1、 立即使用** API接口,支持任意方式请求 `https://service-m734xlwq-1259447870.gz.apigw.tencentcs.com/release/xuexitong_heath` 参数: | 参数 | 说明 | 备注 | | - | - | - | | name | 手机号码或学号 | 必填 | | pwd | 密码 | 必填 | | schoolid | 学校id | 学号登录必填 | **Get请求示例:** `https://service-m734xlwq-1259447870.gz.apigw.tencentcs.com/release/xuexitong_heath?name=账号&pwd=密码` --- **2、搭建API** 代码已在腾讯云函数上调试可用 1. 新建腾讯云函数 2. 复制代码至`index.py` 3. 开启`API网关触发` 4. 调用API测试 --- **3、仅个人使用** 1. 新建腾讯云函数 2. 复制代码至`index.py` 3. 在代码内配置个人账号密码 4. 开启`定时触发` 每天一次 Last modification:August 25th, 2020 at 08:14 am © 允许规范转载
大佬这个是哪个学校的哇
程序用的是
Typecho
,主题是handsome
(主题是找作者购买授权)链接:https://www.ihewro.com/archives/489/{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"Traceback (most recent call last):n File "/var/user/index.py", line 169, in main_handlern query: dict = event["queryString"]nKeyError: 'queryString'"}
这是什么问题
这个是在云函数内执行的吗?
是的,腾讯云函数.搭建api是成功的,但是第三种仅个人使用的那个方法提示这个