POST GDTV/v3/UserAuthOPWeb/SaveUserMember
保存当前用户身份缓存对象
Request
URI Params
None.
Body Params
参数model
WebOPMemberContext字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
AuxID |
所属电视云服务ID |
integer |
None. |
ExpType |
本机构的扩展类型 |
GroupExpandType |
None. |
SysType |
终端类型 |
enumSysType |
None. |
GID |
身份所属机构 |
integer |
None. |
GName |
身份所属机构全称 |
string |
None. |
UID |
当前用户ID |
integer |
None. |
UMID |
当前用户UMID |
integer |
None. |
Name |
身份名称 |
string |
None. |
Level |
当前机构层级 |
WorkWechatCorpLevel |
None. |
ProvinceID |
机构所在省 |
integer |
None. |
CityID |
机构所在市 |
integer |
None. |
CountyID |
机构所在县 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuxID": "1", "ExpType": 0, "SysType": 0, "GID": "2", "GName": "sample string 3", "UID": "4", "UMID": "5", "Name": "sample string 6", "Level": 11, "ProvinceID": "7", "CityID": "8", "CountyID": "9" }
application/x-www-form-urlencoded
Sample:
Response
APIResult字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }