curl --location --request GET 'http://159.75.169.224:7300/pz/User/clients?aid=1&ssid=“”'
{
"code": 10000,
"msg": "",
"time": "1702433473",
"data": {
"clients": [
{
"id": 4,
"app_id": 1,
"user_id": 1,
"openid": "o_S0K5E18NjHVu_JT2gprCNghULY",
"name": "张三",
"sex": 1,
"age": 18,
"mobile": "13333333333",
"idcard": "",
"createtime": 1702433435
},
{
"id": 5,
"app_id": 1,
"user_id": 1,
"openid": "o_S0K5E18NjHVu_JT2gprCNghULY",
"name": "李四",
"sex": 2,
"age": 18,
"mobile": "16666666666",
"idcard": "",
"createtime": 1702433454
}
]
}
}