Apply to open WeChat by shaking
Apply to activate the function
Description | ||
---|---|---|
Time stamp of submitting application | ||
Audit status. 0: Review failed, 1: Review in progress, 2: Review passed; the review will be completed within three working days | ||
Audit notes, including review Reason for failure | ||
Determine the timestamp of the audit result; if the status is under review, the time value is 0 |
Parameter | Is it required | Description |
---|---|---|
access_token | Yes | Call interface credentials |
name | is the contact name of | , not exceeding 20 Chinese characters or 40 English letters |
phone_number | is | Contact phone number |
is | Contact Email | |
is the industry code defined by the | platform. For details, please check the link | Industry Code|
qualification_cert_urls | is the image url of | related qualification documents. The image needs to be uploaded to the WeChat server first. Use "Material Management-Upload Image Materials" "Interface uploads images, and the returned image URL is configured here; When no qualification documents are required, the url does not need to be filled in the array |
apply_reason | No | Reason for application, no more than 250 Chinese characters or 500 English letters |
Return instructions
Normal return JSON data packet example:
{ "data": { }, "errcode": 0, "errmsg": "success." }
Query audit status
Interface Description Query the review status of the submitted application for activating the shake peripheral function. After the application is submitted, the staff will complete the review within three working days.
Interface call description
http请求方式:(请使用https协议)https://api.weixin.qq.com/shakearound/account/auditstatus?access_token=ACCESS_TOKEN
Return description Normal return JSON data packet example:
{ "data": { "apply_time": 1432026025, "audit_comment": "test", "audit_status": 1, "audit_time": 0 }, "errcode": 0, "errmsg": "success." }
Parameter description
Parameter | Description |
---|---|
apply_time | Submit Timestamp of application |
audit_status | Audit status. 0: Review failed, 1: Review in progress, 2: Review passed; the review will be completed within three working days |
audit_comment | Audit notes, including review Reason for failure |
audit_time | Determine the timestamp of the audit result; if the status is under review, the time value is 0 |
Query review status
Interface description
Query the submitted shake peripherals The review status of the feature request. After the application is submitted, the staff will complete the review within three working days.
Interface call description
http请求方式:(请使用https协议)https://api.weixin.qq.com/shakearound/account/auditstatus?access_token=ACCESS_TOKEN
Return description
Example of normal return JSON data packet:
{ "data": { "apply_time": 1432026025, "audit_comment": "test", "audit_status": 1, "audit_time": 0 }, "errcode": 0, "errmsg": "success." }
Parameter Description
Parameters | Description |
---|---|
apply_time | Time stamp of submitting application |
audit_status | Audit status. 0: Review failed, 1: Review in progress, 2: Review passed; the review will be completed within three working days |
audit_comment | Audit notes, including review Reason for failure |
audit_time | Determine the timestamp of the audit result; if the status is under review, the time value is 0 |