POST api/Share/Wechat
微信分享(说明:App端接口,新增需求)
Request Information
URI Parameters
None.
Body Parameters
参数列表
API_ShareWechat| Name | Description | Type | Additional information |
|---|---|---|---|
| timestamp |
时间戳 |
string |
None. |
| nonceStr |
随机字符串 |
string |
None. |
| ShareUrl |
分享链接 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"timestamp": "sample string 1",
"nonceStr": "sample string 2",
"ShareUrl": "sample string 3"
}
Response Information
Resource Description
返状态码: 403:请求不合理,服务器拒绝执行(1、请求参数不正确 )... 。200:成功... 。
ShareWechatResult| Name | Description | Type | Additional information |
|---|---|---|---|
| signature |
签名 |
string |
None. |
| status |
公共返回值: 500:服务器内部错误。 |
integer |
None. |
| msg |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"signature": "sample string 1",
"status": 2,
"msg": "sample string 3"
}