接口协议:HTTPS

HTTP请求方式:POST

接口响应时间:6s 


请求参数

字段名

类型

必选

说明

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

返回参数

字段名

类型

必选

说明

codestringtrue

SUCCESS 成功

FAIL 失败

errMsgstringtrue错误信息

返回示例


  • 无标签