GET public/v3/OpenSms/GetSmsMassSendList?rvName={rvName}&bID={bID}&pSize={pSize}&pIndex={pIndex}

获取短信发送记录

Request

URI Params

字段名字段说明字段类型附加信息
rvName

接收对象描述(可为空)

string

Required

bID

相关业务ID

integer

Required

pSize

integer

Required

pIndex

integer

Required

Body Params

None.

Api Parameter Descriptions

参数描述参数说明参数源
rvName

接收对象描述(可为空)

FromUri
bID

相关业务ID

FromUri
pSize

FromUri
pIndex

FromUri

Response

分页数据

APITResultOfPageViewModelOfSmsMassSendWebModel
字段名字段说明字段类型附加信息
Data

PageViewModelOfSmsMassSendWebModel

None.

Ret

返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效

integer

None.

ErrCode

错误代码,因功能而异

integer

None.

Msg

返回信息

string

None.

SeqId

请求序列

integer

None.

InfoMsg

API附加信息

string

None.

application/json, text/json

Sample:
{
  "Data": {
    "ViewModelList": [
      {
        "SendID": "1",
        "RvName": "sample string 2",
        "GID": "3",
        "BID": "4",
        "SmsCont": "sample string 5",
        "Date": "2025-05-23 01:50:13",
        "SmsCnt": 7,
        "ST": 0,
        "STDesc": "sample string 8",
        "rvItems": [
          {
            "RvID": "1",
            "AttrType": 1,
            "AttrValueName": "sample string 2",
            "AttrValue": 3
          },
          {
            "RvID": "1",
            "AttrType": 1,
            "AttrValueName": "sample string 2",
            "AttrValue": 3
          }
        ]
      },
      {
        "SendID": "1",
        "RvName": "sample string 2",
        "GID": "3",
        "BID": "4",
        "SmsCont": "sample string 5",
        "Date": "2025-05-23 01:50:13",
        "SmsCnt": 7,
        "ST": 0,
        "STDesc": "sample string 8",
        "rvItems": [
          {
            "RvID": "1",
            "AttrType": 1,
            "AttrValueName": "sample string 2",
            "AttrValue": 3
          },
          {
            "RvID": "1",
            "AttrType": 1,
            "AttrValueName": "sample string 2",
            "AttrValue": 3
          }
        ]
      }
    ],
    "PageSize": 1,
    "TotalRecords": 2,
    "PageIndex": 3,
    "Pages": 4
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}