{
"account": "ops_admin",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}curl --location --request POST '/adminapi/price_gateway_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "ops_admin",
"sign": "{{sign}}",
"timestamp": {{timestamp}}
}'{
"rt": "20260105161845",
"code": 0,
"code_msg": "SUCCEED",
"data": [
{
"id": 1,
"gw_id": 3,
"gw_name": "资源A公司",
"gw_ag_id": 8,
"gw_ag_name": "fee_agent",
"country": "China",
"iso_country": "CN",
"country_code": "86",
"mcc": "460",
"mnc": "ALL",
"price": 0.01,
"last_edit": "[SU:10/Customer Service/2025-11-21 15:07:01+08:00@182.139.162.214]"
}
]
}