整理了部分api
不确定的用Object代替了
如有错误请指正
仍在更新中
GET http://sxz.api.zykj.org/api/services/app/Weather/GetQWeatherAsync
无
字段名 | 类型 |
---|---|
location | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | WeatherReport |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
WeatherReport
字段名 | 类型 |
---|---|
code | String |
updateTime | String |
fxLink | String |
daily | DailyReport[] |
DailyReport
字段名 | 类型 |
---|---|
fxDate | String |
tempMax | String |
tempMin | String |
iconDay | String |
textDay | String |
iconNight | String |
textNight | String |
windDirDay | String |
windScaleDay | String |
windDirNight | String |
windScaleNight | String |
GET http://sxz.api.zykj.org/api/services/app/Setting/GetSystemSettingsForStudentAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | StudentSetting |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
StudentSetting
字段名 | 类型 |
---|---|
studentSelectActivity | String |
studentSatisfaction | String |
GET http://sxz.api.zykj.org/api/services/app/Setting/GetAllSettings
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | AllSettings |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
AllSettings
字段名 | 类型 |
---|---|
schoolName | String |
schoolShortName | String |
systemName | String |
stuNumLength | String |
backgroundImage | String |
icon | String |
stageIds | Integer[] |
xkwOrder | String |
dnOrder | String |
newDeviceSmsAuthentication | String |
studentSelectActivity | String |
studentSatisfaction | String |
String | |
emailAddress | String |
String | |
telephone | String |
mobile | String |
POST http://sxz.api.zykj.org/api/services/app/Message/GetMyMessageListAsync
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
maxResultCount | Integer |
skipCount | Integer |
type | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | AllSettings |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
MessageList
字段名 | 类型 |
---|---|
totalCount | Integer |
items | Message[] |
Message
字段名 | 类型 |
---|---|
title | String |
type | Integer |
isRead | Boolean |
parameter | Parameter |
senderInfo | SenderInfo |
isDeleted | Boolean |
deleterUserId | String |
deletionTime | String |
lastModificationTime | String |
lastModifierUserId | String |
creationTime | String |
creatorUserId | Integer |
id | Integer |
Parameter
字段名 | 类型 |
---|---|
id | Integer |
SenderInfo
字段名 | 类型 |
---|---|
fullName | String |
gender | Integer |
picture | String |
roleType | Integer |
POST http://sxz.api.zykj.org/api/services/app/Message/SetMessageReadAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
Query Params
字段名 | 类型 |
---|---|
messageId | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | Object |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
GET http://sxz.api.zykj.org/api/services/app/Notice/GetNoticeAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
Query Params
字段名 | 类型 |
---|---|
id | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | Notice |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Notice
字段名 | 类型 |
---|---|
title | String |
content | String |
type | Integer |
targetCount | Integer |
readCount | Integer |
GET http://sxz.api.zykj.org/api/services/app/Message/GetMyUnreadMessageCountAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | UnreadMessageInfo[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
UnreadMessageInfo
字段名 | 类型 |
---|---|
type | Integer |
count | Integer |
GET http://sxz.api.zykj.org/api/services/app/WebWhiteList/GetAllCommonWebSiteAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | Object[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
GET http://sxz.api.zykj.org/api/services/app/WebWhiteList/GetAllWhiteUrlAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | String |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Get http://sxz.api.zykj.org/api/services/app/User/GetMyTopics
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | Topic[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Topic
字段名 | 类型 |
---|---|
id | Integer |
name | String |
content | String |
sort | Integer |
isActive | Boolean |
POST http://sxz.api.zykj.org/api/services/app/StudentUser/CoursesSubscribed
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | Course[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Course
字段名 | 类型 |
---|---|
id | Integer |
teacherUsers | Teacher[] |
topics | Topic[] |
classRoomId | Integer |
title | String |
subscribers | Integer |
state | Integer |
createUserId | Integer |
createTime | String |
editUserId | Integer |
editTime | String |
Teacher
字段名 | 类型 |
---|---|
id | Integer |
fullName | String |
Topic
字段名 | 类型 |
---|---|
name | String |
content | String |
sort | Integer |
isActive | Boolean |
system | Boolean |
platformId | Integer |
lastModificationTime | String |
lastModifierUserId | Integer |
creationTime | String |
creatorUserId | Integer |
id | Integer |
GET http://sxz.api.zykj.org/api/services/app/ObjectStorage/GeneratorTokenAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | TokenInfo |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
TokenInfo
字段名 | 类型 |
---|---|
strategy | String |
appId | Object |
bucket | String |
endpoint | String |
region | String |
accessKeyId | String |
accessKeySecret | String |
securityToken | String |
expiration | String |
GET http://sxz.api.zykj.org/api/dn/GetDnUrl
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
Query Params
字段名 | 类型 |
---|---|
clientType | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | String |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
GET http://sxz.api.zykj.org/api/services/app/StoreAppControl/CanIOpenCameraAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
Query Params
字段名|类型 packageName|String
字段名 | 类型 |
---|---|
result | Boolean |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
POST http://sxz.api.zykj.org/api/services/app/StoreAppControl/RecordPicturesAsync
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
appName | String |
packageName | String |
pictures | String[] |
字段名 | 类型 |
---|---|
result | Object |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
GET http://sxz.api.zykj.org/api/services/app/AppStore/CheckUpdateAsync
无
Query Params
字段名|类型 packageName|String appType|Integer
字段名 | 类型 |
---|---|
result | VersionInfo |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
VersionInfo
id|Integer appVersionId|Integer packageName|String score|Double creationTime|String creatorUserId|Integer summary|String description|String downloads|Integer fileUrl|String forceUpdate|Boolean icon|String name|String size|Integer versionCode|Integer versionName|String appType|Integer disabled|Boolean lastModificationTime|String
GET http://sxz.api.zykj.org/api/services/app/MistakeBook/GetMyTags
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | Tag[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Tag
字段名 | 类型 |
---|---|
name | String |
bindItemCount | Integer |
id | Integer |
POST http://sxz.api.zykj.org/api/services/app/MistakeBook/MultiRemoveMistakeItemsAsync
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
bookId | Integer |
itemIds | Integer[] |
Body JSON
字段名 | 类型 |
---|---|
result | Object |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
GET http://sxz.api.zykj.org/api/services/app/MistakeBook/GetMistakeQstItemDetailInfoAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
Query Params
字段名 | 类型 |
---|---|
itemId | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | QstInfo |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
QstInfo
字段名 | 类型 |
---|---|
questionId | Integer |
examId | Integer |
number | Integer |
name | String |
qstFlows | QstFlow[] |
qstPath | String |
attachments | Object[] |
answerInfos | AnswerInfo[] |
revisingResult | Integer |
microClassToQuestionList | Object[] |
microClassToStudentList | Object[] |
typicalErrorAnswers | Object[] |
typicalRightAnswers | Object[] |
itemType | Integer |
isShowAnswer | Boolean |
isShowMicroLesson | Boolean |
itemId | Integer |
bookId | Integer |
extraStems | Object[] |
diff | Object |
attainedLevel | Object |
errorReason | Object |
mistakeTags | Object[] |
note | String |
pictureNote | Object |
QstFlow
字段名 | 类型 |
---|---|
type | Integer |
score | Double |
missScore | Double |
number | Integer |
uuid | String |
qstType | Integer |
options | Object |
subQuestions | QstFlow[] |
getScore | Double |
originScore | Object |
AnswerInfo
字段名 | 类型 |
---|---|
uuid | String |
number | Integer |
result | Integer |
examAnswers | String[] |
examComments | String[] |
examMicroLessonComment | String |
revisingAnswers | Object[] |
reviseMicroLessonComment | String |
revisingComments | Object[] |
POST http://sxz.api.zykj.org/api/services/app/MistakeBook/SearchMistakeQstItemsAsync
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名|类型 attainedLevel|Integer[] bookId|Integer diff|Integer[] errorReason|Integer[] haveNoTag|Boolean maxResultCount|Boolean skipCount|Integer tagIdList|String[]
Body JSON
字段名 | 类型 |
---|---|
result | Qsts |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Qsts
字段名 | 类型 |
---|---|
totalCount | Integer |
items | QstItem[] |
QstItem
字段名 | 类型 |
---|---|
source | String |
creationTime | String |
stemShoot | String |
hasStem | Boolean |
diff | Integer |
attainedLevel | Integer |
errorReason | Integer |
tagNames | String[] |
isRelatedQstGroup | Boolean |
number | Integer |
name | String |
id | Integer |
GET http://sxz.api.zykj.org/api/services/app/MistakeBook/GetMyMistakeBooksAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | MistakeBook[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
MistakeBook
字段名 | 类型 |
---|---|
topicId | Integer |
topic | Topic |
studentUserId | Integer |
newQstCount | Integer |
totalQstCount | Integer |
id | Integer |
Topic
字段名 | 类型 |
---|---|
id | Integer |
name | String |
content | String |
sort | Integer |
isActive | Boolean |
GET http://sxz.api.zykj.org/api/services/app/Quora/GetCatalogs
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | Catalog[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Catalog
字段名 | 类型 |
---|---|
id | Integer |
name | String |
hasNewMsgs | Boolean |
newMsgCount | Integer |
hasNewParimaryMsgs | Boolean |
newParimarMsgCount | Integer |
sort | Integer |
GET http://sxz.api.zykj.org/api/services/app/Quora/GetQuoraStudentTopicsAsync
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
无
Body JSON
字段名 | 类型 |
---|---|
result | StudentTopic[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
StudentTopic
字段名 | 类型 |
---|---|
topicId | Integer |
topicName | String |
POST http://sxz.api.zykj.org/api/services/app/Quora/GetSessions
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
catalogId | Integer |
joinTime | TimeFrame |
justWatch | Integer[] |
keyword | String |
orderBy | Integer |
skip | Integer |
take | Integer |
topicId | Integer |
updateTime | TimeFrame |
TimeFrame
字段名 | 类型 |
---|---|
end | String |
start | String |
Body JSON
字段名 | 类型 |
---|---|
result | Session[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
Session
字段名 | 类型 |
---|---|
cleared | Integer |
closed | Boolean |
courseId | Integer |
createTime | String |
askUserId | Integer |
members | Integer |
messages | Integer |
snapshot | String |
summary | String |
updateTime | String |
updateUserId | Integer |
sessionRole | Integer |
unRead | Integer |
primaryUnReadInteger | |
sentMessages | Integer |
openCount | Integer |
state | Integer, |
userId | Integer |
joinType | Integer |
joinTime | String |
askUserName | String |
askUserPhoto | String |
updateUserName | String |
updateUserPhoto | String |
disabled | Boolean |
class | String |
topicName | String |
isCollect | Boolean |
searched | Boolean |
id | Integer |
GET http://sxz.api.zykj.org/api/services/app/Quora/DeleteCatalog
字段名 | 类型 | 值 |
---|---|---|
Authorization | String | Bearer Token |
Query Param
字段名 | 类型 |
---|---|
id | Integer |
Body JSON
字段名 | 类型 |
---|---|
result | Object |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
POST http://sxz.api.zykj.org/api/services/app/Quora/AddCatalog
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
name | String |
Body JSON
字段名 | 类型 |
---|---|
result | Integer |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
POST http://sxz.api.zykj.org/api/services/app/Quora/SearchQuora
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
imageUrl | String |
Body JSON
字段名 | 类型 |
---|---|
result | Object[] |
targetUrl | String |
success | Boolean |
error | Error |
unAuthorizedRequest | Boolean |
__abp | Boolean |
Error
字段名 | 类型 |
---|---|
code | Integer |
message | String |
details | Object |
validationErrors | Object |
POST http://sxz.api.zykj.org/api/services/app/Quora/CreateSession
字段名 | 类型 | 值 |
---|---|---|
Content-Type | String | application/json |
Authorization | String | Bearer Token |
Body JSON
字段名 | 类型 |
---|---|
content | String |
courseId | String |
snapshot | String |
summary | String |
这部分参见此处