Url
[接口服务器地址]/addon_report/api/create.html
Request Headers
Name |
必选 |
Type |
Description |
Content-Type |
true |
string |
application/json; charset=UTF-8 |
authen |
true |
string |
Authen 什么是认证码
|
appid |
true |
string |
AppID 什么是接入ID
|
timestamp |
true |
string |
Timestamp |
uid |
true |
string |
UID |
lang |
true |
string |
Language zh-cn,en-us
|
Request Body
Name |
必选 |
Type |
Description |
title |
true |
string |
名称 |
type_id |
true |
string |
类型ID |
intro |
true |
string |
描述 不得超过50个字 |
content |
true |
string |
描述 |
recvers |
true |
array |
接收人 |
cc |
false |
array |
抄送给 |
create_uid |
true |
string |
创建者ID |
create_uname |
true |
string |
创建者姓名 |
Return
{"status":1,"code":0,"msg":"","data":{"id":"1","name":"测试1","intro":"测试1","recvers":[{"id":"2","name":"用户2"}],"attachs":[]}}