GET public/v3/SmsWeb/GetSmsMassSendList?bID={bID}&pSize={pSize}&pIndex={pIndex}&rvName={rvName}&sDate={sDate}&eDate={eDate}
获取短信发送记录
Request
URI Params
字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
bID |
相关业务ID |
integer |
Required |
pSize | integer |
Required |
|
pIndex | integer |
Required |
|
rvName |
接收对象描述(可为空) |
string |
Required |
sDate |
开始日期 |
date |
None. |
eDate |
结束日期 |
date |
None. |
Body Params
None.
Api Parameter Descriptions
参数描述 | 参数说明 | 参数源 |
---|---|---|
bID |
相关业务ID |
FromUri |
pSize | FromUri | |
pIndex | FromUri | |
rvName |
接收对象描述(可为空) |
FromUri |
sDate |
开始日期 |
FromUri |
eDate |
结束日期 |
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-22 13:51:52", "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-22 13:51:52", "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" }