Request
Body Params application/json
{
"pageNumber": 0,
"pageSize": 0,
"signature": "string"
}
Request Code Samples
curl --location --request POST 'https://api.sms-open.cn/prod-api/dev-api/system/sms/history' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo0Mjk0LCJ1c2VyX2tleSI6ImFiZDljMTdhLWVjZmMtNDMyOS05YWNhLTljN2ExNGQ3M2JmMyIsInVzZXJuYW1lIjoiMTc4NzU3MjYyMzgifQ.Bm_sDDizjfaC0bKO9heM71kVDgUVfkT7B5pEk_H8g3V5Y86mM30fYwg5prudFqNRSss4wiDDEs1EkAKb6Pv53w' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 0,
"pageSize": 0,
"signature": "string"
}'
Responses
application/json {
"total": 0,
"rows": [
{
"id": 0,
"sendContent": "string",
"sendStatus": 0,
"phoneNumber": "string"
}
],
"code": 0,
"msg": "string"
}
Modified at 2024-07-30 03:35:10