【S】创建系统信息
POST
/api/information/create_information
接口描述
用于系统创建消息,返回状态
请求参数
参数名
类型
描述
必填
information_type
String
消息类型 [('T', 'txt'), ('P', 'picture')] 只对 ‘T’ 类型开放
必填
information_content
byte
消息内容
必填
information_state
String
消息状态 [('N', 'new'), ('R', 'read'), ('H', 'hide')]
必填
receiver_type
String
接收者类型(‘T’ or ‘S’)
必填
receiver_id
int
接受者ID(teacher_id or student_id)
必填
响应参数
参数名
类型
描述
必填
status
boolean
执行状态
必填
info
String
执行信息
必填