POST api/Course/Upload/Homework/Picture
上传作业图片(说明:App端接口,新增需求)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
返状态码: 200:成功... 。400:失败... 。
UpLoadPictureResult| Name | Description | Type | Additional information |
|---|---|---|---|
| picUrl |
图片地址 |
string |
None. |
| status |
公共返回值: 480:Token无效。 481:请求需要身份验证。 482:身份验证方式不正确。 483:Token已过期。 500:服务器内部错误。 |
integer |
None. |
| msg |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"picUrl": "sample string 1",
"status": 2,
"msg": "sample string 3"
}