POST api/System.String[]/Report.Report/GetFailedMobileLst
“GetFailedMobileLst”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
themeId | “themeId”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"1eb3e678-2607-408f-9a28-ee67f1e2fb71"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1eb3e678-2607-408f-9a28-ee67f1e2fb71</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "Id": "48193445-c115-4361-9123-120a7f57ed4d", "Mobile": "sample string 2", "ThemeId": "0030a245-2200-4cbe-99e3-cb904b5de2aa", "SendStatus": 4, "SendException": "sample string 5", "SendDate": "2025-07-04T06:09:38.7374195+08:00", "Remark": "sample string 6", "CreateDate": "2025-07-04T06:09:38.7374195+08:00", "Is_lock": 7, "Lock_Session": "cac51955-6585-49ba-bd6e-792ffec80ed9", "Lock_Date": "2025-07-04T06:09:38.7374195+08:00" }, { "Id": "48193445-c115-4361-9123-120a7f57ed4d", "Mobile": "sample string 2", "ThemeId": "0030a245-2200-4cbe-99e3-cb904b5de2aa", "SendStatus": 4, "SendException": "sample string 5", "SendDate": "2025-07-04T06:09:38.7374195+08:00", "Remark": "sample string 6", "CreateDate": "2025-07-04T06:09:38.7374195+08:00", "Is_lock": 7, "Lock_Session": "cac51955-6585-49ba-bd6e-792ffec80ed9", "Lock_Date": "2025-07-04T06:09:38.7374195+08:00" }, { "Id": "48193445-c115-4361-9123-120a7f57ed4d", "Mobile": "sample string 2", "ThemeId": "0030a245-2200-4cbe-99e3-cb904b5de2aa", "SendStatus": 4, "SendException": "sample string 5", "SendDate": "2025-07-04T06:09:38.7374195+08:00", "Remark": "sample string 6", "CreateDate": "2025-07-04T06:09:38.7374195+08:00", "Is_lock": 7, "Lock_Session": "cac51955-6585-49ba-bd6e-792ffec80ed9", "Lock_Date": "2025-07-04T06:09:38.7374195+08:00" } ]
application/xml, text/xml
Sample:
<ArrayOfNotSendSMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains"> <NotSendSMS> <CreateDate>2025-07-04T06:09:38.7374195+08:00</CreateDate> <Id>48193445-c115-4361-9123-120a7f57ed4d</Id> <Is_lock>7</Is_lock> <Lock_Date>2025-07-04T06:09:38.7374195+08:00</Lock_Date> <Lock_Session>cac51955-6585-49ba-bd6e-792ffec80ed9</Lock_Session> <Mobile>sample string 2</Mobile> <Remark>sample string 6</Remark> <SendDate>2025-07-04T06:09:38.7374195+08:00</SendDate> <SendException>sample string 5</SendException> <SendStatus>4</SendStatus> <ThemeId>0030a245-2200-4cbe-99e3-cb904b5de2aa</ThemeId> </NotSendSMS> <NotSendSMS> <CreateDate>2025-07-04T06:09:38.7374195+08:00</CreateDate> <Id>48193445-c115-4361-9123-120a7f57ed4d</Id> <Is_lock>7</Is_lock> <Lock_Date>2025-07-04T06:09:38.7374195+08:00</Lock_Date> <Lock_Session>cac51955-6585-49ba-bd6e-792ffec80ed9</Lock_Session> <Mobile>sample string 2</Mobile> <Remark>sample string 6</Remark> <SendDate>2025-07-04T06:09:38.7374195+08:00</SendDate> <SendException>sample string 5</SendException> <SendStatus>4</SendStatus> <ThemeId>0030a245-2200-4cbe-99e3-cb904b5de2aa</ThemeId> </NotSendSMS> <NotSendSMS> <CreateDate>2025-07-04T06:09:38.7374195+08:00</CreateDate> <Id>48193445-c115-4361-9123-120a7f57ed4d</Id> <Is_lock>7</Is_lock> <Lock_Date>2025-07-04T06:09:38.7374195+08:00</Lock_Date> <Lock_Session>cac51955-6585-49ba-bd6e-792ffec80ed9</Lock_Session> <Mobile>sample string 2</Mobile> <Remark>sample string 6</Remark> <SendDate>2025-07-04T06:09:38.7374195+08:00</SendDate> <SendException>sample string 5</SendException> <SendStatus>4</SendStatus> <ThemeId>0030a245-2200-4cbe-99e3-cb904b5de2aa</ThemeId> </NotSendSMS> </ArrayOfNotSendSMS>