{
"usertype": 9,
"effectivedate": "1973-06-18",
"applist": [
{
"appcode": "12",
"status": "dolor",
"effectivedate": "2022-06-12",
"expiredate": "1974-04-04",
"rolelist": [
{
"rolecode": "63"
}
]
},
{
"appcode": "4",
"status": "voluptate",
"effectivedate": "2009-02-23",
"expiredate": "1987-10-24",
"rolelist": [
{
"rolecode": "98"
}
]
}
],
"suplist": [
{
"supplierid": "29",
"suppliername": "上好则习片什四",
"rangetype": "sint officia nulla aliqua laborum"
},
{
"supplierid": "21",
"suppliername": "际重可保转",
"rangetype": "non"
},
{
"supplierid": "93",
"suppliername": "阶制这酸原断",
"rangetype": "voluptate quis veniam amet nisi"
},
{
"supplierid": "57",
"suppliername": "验最边结自角",
"rangetype": "do proident exercitation minim"
}
],
"email": "e.xqp@qq.com",
"expiredate": "2002-09-13",
"id": "20",
"username": "易丽",
"mobileno": "18645816455",
"memo": "in eiusmod",
"envsaleearly": "irure in id fugiat nisi",
"usercode": "54",
"envsaleshare": "laborum",
"maxaccountcount": 1
}
curl --location --request POST '/sncuser/getUserInfo' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"usertype": 9,
"effectivedate": "1973-06-18",
"applist": [
{
"appcode": "12",
"status": "dolor",
"effectivedate": "2022-06-12",
"expiredate": "1974-04-04",
"rolelist": [
{
"rolecode": "63"
}
]
},
{
"appcode": "4",
"status": "voluptate",
"effectivedate": "2009-02-23",
"expiredate": "1987-10-24",
"rolelist": [
{
"rolecode": "98"
}
]
}
],
"suplist": [
{
"supplierid": "29",
"suppliername": "上好则习片什四",
"rangetype": "sint officia nulla aliqua laborum"
},
{
"supplierid": "21",
"suppliername": "际重可保转",
"rangetype": "non"
},
{
"supplierid": "93",
"suppliername": "阶制这酸原断",
"rangetype": "voluptate quis veniam amet nisi"
},
{
"supplierid": "57",
"suppliername": "验最边结自角",
"rangetype": "do proident exercitation minim"
}
],
"email": "e.xqp@qq.com",
"expiredate": "2002-09-13",
"id": "20",
"username": "易丽",
"mobileno": "18645816455",
"memo": "in eiusmod",
"envsaleearly": "irure in id fugiat nisi",
"usercode": "54",
"envsaleshare": "laborum",
"maxaccountcount": 1
}'
{
"returncode": "string",
"data": {
"id": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"usertype": 0,
"usercode": "string",
"username": "string",
"memo": "string",
"mobileno": "string",
"email": "string",
"effectivedate": "string",
"expiredate": "string",
"status": 0,
"applist": [
{
"appcode": "string",
"appname": "string",
"effectivedate": "string",
"expiredate": "string",
"status": 0,
"isinner": 0,
"apptype": 0,
"rolelist": [
{
"rolecode": "string",
"rolename": "string"
}
]
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}