POST xuner/soc/Social/ugcaddReq

添加ugc

请求信息

URI 参数

无。

Body 参数

ugcaddRequset
名称描述类型附加信息
revision

#2020,go浪!# 多多关照 @方瑛

string

无。

ugcContent

#2020,go浪!# 多多关照 @方瑛

string

无。

ugcImage

string

无。

topic

Collection of string

无。

userIds

Collection of string

无。

activityId

string

无。

txtFileUpload_Domain

string

无。

txtFileUpload

string

无。

请求格式

application/json, text/json

样例:
{
  "revision": "",
  "ugcContent": "",
  "ugcImage": "",
  "topic": [
    ""
  ],
  "userIds": [
    ""
  ],
  "activityId": "",
  "txtFileUpload_Domain": "",
  "txtFileUpload": ""
}

响应信息

资源描述

添加ugc

gSocResponseOfugcaddResponse
名称描述类型附加信息
data

ugcaddResponse

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "ugcId": 0,
    "addScore": "",
    "score": 0,
    "msg": "",
    "code": 0
  },
  "req": "",
  "msg": "",
  "code": 0
}