{
"account": "ops_admin",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}curl --location --request POST '/adminapi/gateway_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "ops_admin",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}'{
"rt": "20260105140621",
"code": 0,
"code_msg": "SUCCEED",
"data": [
{
"gw_id": 1,
"gw_name": "GW-DENY",
"gw_type": "SMPP34",
"host": "127.0.0.1",
"gw_pm": "S",
"unit": "CNY",
"unit_rate": 1.0,
"timezone": 8,
"enabled": true,
"last_edit": "[SU:1/ZippoAdmin/2025-12-27 11:56:38+08:00@117.173.229.90]"
},
{
"gw_id": 2,
"gw_name": "GW-HELP",
"gw_type": "SMPP34",
"host": "127.0.0.1",
"gw_pm": "S",
"unit": "CNY",
"unit_rate": 1.0,
"timezone": 8,
"enabled": true,
"last_edit": "[SU:1/ZippoAdmin/2025-12-27 11:56:22+08:00@117.173.229.90]"
}
]
}