POST NewSendNote?mobile={mobile}&content={content}&_timestamp={_timestamp}&_sign={_sign}&type={type}
“Post”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| mobile | “mobile”的文档。 |
Define this parameter in the request URI. |
| content | “content”的文档。 |
Define this parameter in the request URI. |
| _timestamp | “_timestamp”的文档。 |
Define this parameter in the request URI. |
| _sign | “_sign”的文档。 |
Define this parameter in the request URI. |
| type | “type”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Msg": "sample string 2"
}