GET api/WXOpenId/GetJSSDK?url={url}&v={v}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| url | string |
Required |
|
| v | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JSSDKModel| Name | Description | Type | Additional information |
|---|---|---|---|
| timestamp | integer |
None. |
|
| nonceStr | string |
None. |
|
| signature | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"timestamp": 1,
"nonceStr": "sample string 2",
"signature": "sample string 3"
},
{
"timestamp": 1,
"nonceStr": "sample string 2",
"signature": "sample string 3"
}
]