烧录芯片查询API 接口测试📚 完整功能演示手册1️⃣ 健康检查接口curl -X GET http://localhost:5000/health响应示例:{
"status": "healthy",
&...
阅读全文...
OA(泛微系统)自定义函数说明
登录说明:用法:在data中加入 loginid userpassword 的(账号密码加密后)值发送请求即可登录 可在网页中抓取(登录有效期:长期)# 登录OA
def checkLogin():
global OA_session
...
阅读全文...
阅读全文...
易盘点自定义函数库说明
易盘点自定义函数库说明登录功能功能说明:返回请求状态用法:在data中填入加密过后的 账号 密码 aesSecretKey 请求函数登录成功后会返回 结果,且将登录状态保存至全局变量pandian_session中def pandian_login():...
阅读全文...
阅读全文...