版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

HTTP请求方式:POST

接口响应时间:6s 


请求参数

字段名

类型

必选

说明

Worksworkstrue作品
appIdstringtrue作品ID
componentIdstringtrue组件id
UserParamuserParamtrue用户参数
openidstringtrueopenid
unionidstringtrueunionid
jcappidstringtrue自建应用的id
identityIdstringtrue自建应用的识别的身份id
identityTypestringtrue自建应用的身份类型
extendParamsMap<String,String>true用户扩展参数
authParamListList<AuthParam>true鉴权参数集合
AuthParamauthParamtrue鉴权参数对象
znamestringtrue中文名称
AppInstance
ename
appInstance
stringtrue参数名称
jcappid
typestringtrue
参数类型(文本、数值、单选、复选)
value
identityId
stringtrue参数值
identityType
opstringtrue操作符(EQ(相等)、GT(大于)、GTEQ(大于等于)、LT(小于)、LTEQ(小于等于)、NEQ(不等)、IN(在枚举范围内)、NOTIN(不在枚举范围内)、BETWEEN(范围比较))

返回参数

字段名

类型

必选

说明

codestringtrue

SUCCESS 成功

FAIL 失败

errMsgstringtrue错误信息

...