1. AdminApi
N6G-Pro
  • SmsTemplate
    • Mt(single)
      POST
    • Mts(batch)
      POST
    • MtsVar(batch var)
      POST
    • Create(new template)
      POST
    • List(query template)
      POST
    • Delete(remove template)
      POST
  • MmsTemplate
    • Mt(single)
      POST
    • Mts(batch)
      POST
    • MtsVar(batch var)
      POST
    • Create(new template)
      POST
    • List(query template)
      POST
    • Delete(remove template)
      POST
  • Sms
    • Mt(single)
      POST
    • Mts(batch)
      POST
    • MtsVar(batch var)
      POST
  • AdminApi
    • Channel List
      POST
    • Gateway List
      POST
    • Agent List
      POST
    • Company List
      POST
    • User List
      POST
    • User Set Channel
      POST
    • Price User List
      POST
    • Price Gateway List
      POST
    • Price Agent List
      POST
  • Rpt(pull Rpt)
    POST
  • Mo(pull mo)
    POST
  • Balance(query balance)
    POST
  • St(statistics)
    POST
  • 数据模型
    • M_HTTPAPI_MTS_VAR_REQUEST_DATA
  1. AdminApi

Price Gateway List

开发中
POST
/adminapi/price_gateway_list

请求参数

Body 参数application/json

示例
{
    "account": "ops_admin",
    "sign": "{{sign}}",
    "timestamp": {{timestamp}}
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/adminapi/price_gateway_list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "account": "ops_admin",
    "sign": "{{sign}}",
    "timestamp": {{timestamp}}
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "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]"
        }
    ]
}
修改于 2026-01-05 08:26:01
上一页
Price User List
下一页
Price Agent List
Built with