旺旺转码
    • 使用教程
      • 转码教程
      • 发码教程
    • [旺旺]发送短信
      GET
    • [旺旺]获取发送结果
      GET
    • [旺旺]获取发送短信列表
      GET
    • [旺旺]获取短信
      GET
    • [兼容新四方]获取短信
      GET
    • [兼容新四方]发送短信
      POST
    • [兼容新四方]获取发送短信列表
      GET
    • 数据模型
      • 示例数据模型
        • Pet
        • Category
        • Tag

      [旺旺]获取发送短信列表

      GET
      http://sms.wangsms.com:9500/api/GetList

      请求参数

      Query 参数

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location 'http://sms.wangsms.com:9500/api/GetList?type=2&token=af92adceea0041f5881b7c7cbb3fc187'

      返回响应

      🟢200成功
      application/json
      Bodyapplication/json

      示例
      {
          "stat": true,
          "message": "success",
          "code": 200,
          "data": {
              "list": [
                  {
                      "instructions": "25##1069111111##A",
                      "status": "提交成功,等待发送"
                  },
                  {
                      "instructions": "10##1069111111##A",
                      "status": "发送成功"
                  },
                  {
                      "instructions": "3##1069111111##A",
                      "status": "发送成功"
                  }
              ]
          }
      }
      修改于 2023-09-06 09:35:06
      上一页
      [旺旺]获取发送结果
      下一页
      [旺旺]获取短信
      Built with