...
说明:若需要传入自定义客户身份,则platform和identitys字段均为必填项。
数据结构:
代码块 | ||||
---|---|---|---|---|
| ||||
{
"userInfo": {
"identitys": [
{
"identityType": "",
"identityValue": ""
},
{
"identityType": "",
"identityValue": ""
},
{
"identityType": "",
"identityValue": ""
}
],
"platform": ""
}
} |
url地址带参示范
...