{
"appid": "9733732",
"method": "alipay.account.query",
"timestamp": "1732529282",
"content": "{\"mobile\":\"15717141167\"}",
"sign": "8d77d7c7c150efea1aa20972de76be2e"
}curl --location --request POST '接口地址,见第二章:接口配置及参数说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "9733732",
"method": "alipay.account.query",
"timestamp": "1732529282",
"content": "{\"mobile\":\"15717141167\"}",
"sign": "8d77d7c7c150efea1aa20972de76be2e"
}'{
"code": 0,
"msg": null,
"data": {
"count": 4,
"account_list": [
"191***@qq.com",
"eas***@163.com",
"eas***@qq.com",
"830***@qq.com"
]
}
}