POST api/Message/AppIndexMessage
微校APP起始页消息提醒
Request Information
URI Parameters
None.
Body Parameters
输入参数
EmptyInputName | Description | Type | Additional information |
---|---|---|---|
Token |
签名 |
string |
None. |
SessionID |
会话ID |
globally unique identifier |
None. |
TimeStamp |
时间戳 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "SessionID": "895e5a72-4092-46f1-a4bd-727ceaa0ee74", "TimeStamp": 2 }
application/xml, text/xml
Sample:
<EmptyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_30edu.WEBAPI.WX.Models"> <SessionID>895e5a72-4092-46f1-a4bd-727ceaa0ee74</SessionID> <TimeStamp>2</TimeStamp> <Token>sample string 1</Token> </EmptyInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
输出参数
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |