This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
用户接口文档
长阳分支中职
dao
1 month ago
parent
83a555def8
commit
8bf560fae4
1 changed files
with
74 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+74
-0
Learun.Framework.Ultimate V7/Doc文档/接口文档.docx
+ 74
- 0
Learun.Framework.Ultimate V7/Doc文档/接口文档.docx
View File
@@ -0,0 +1,74 @@
数字化智慧校园
基础信息接口
V1.0
接口服务器:
学校服务器,部署地址:http://api.cyzjzx.com/
调用方式:
标准http get请求
返回数据类型:
标准json
返回数据结构
主要关心code和data即可
属性
返回值
备注
code
200(int)
200成功 其余失败
info
响应成功(string)
状态描述
data
业务数据(object)
业务数据
用户接口
地址:http://部署地址/arrangelesson/alluser
主要业务数据 其余字段可忽略
属性
返回值
备注
可否为空
F_UserId
GUID (string)
GUI用户ID
否
ClassNo
班级编号(string)
F_CompanyId
校区Id(string)
F_Description
用户类型(string)
2教师,3学生
F_RealName
姓名(string)
F_Account
登录帐号(string)
Year
级别(string)
2018代表2018年入学
Write
Preview
Loading…
Cancel
Save