{
"appid": "9733732",
"method": "user.info",
"timestamp": "1763349470",
"content": "{}",
"sign": "873015a3e02af7d2a1b3666809651b74"
}curl --location --request POST '接口地址,见第二章:接口配置及参数说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "9733732",
"method": "user.info",
"timestamp": "1763349470",
"content": "{}",
"sign": "873015a3e02af7d2a1b3666809651b74"
}'{
"code": 0,
"msg": null,
"data": {
"appid": "9733732",
"name": "沙箱测试商户",
"balance": 9983022.600000,
"credit": 10000000.000000
}
}