POST api/Weixin/Post?echoStr={echoStr}&signature={signature}×tamp={timestamp}&nonce={nonce}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
echoStr | string |
None. |
|
signature | string |
None. |
|
timestamp | string |
None. |
|
nonce | string |
None. |
Body Parameters
HttpPostedFileBaseName | Description | Type | Additional information |
---|---|---|---|
ContentLength | integer |
None. |
|
ContentType | string |
None. |
|
FileName | string |
None. |
|
InputStream | Stream |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
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. |