Obtaining the List of Code Templates
Third-party platform operators can add a code version in the draft box to the code template library by logging in to open.weixin.qq.com or calling the "Selecting a Draft from the Draft Box as a Code Template" API.
Request Address
Request Parameters
| Parameter | Type | Required | Description |
| access_token | String | Yes | Third-party platform's token component_access_token |
Response Parameters
| Parameter | Type | Description |
| create_time | Number | The time when the template is added |
| user_version | String | The version number of the template. This field is defined by the developer. |
| user_desc | Stirng | Template description. This field is defined by the developer. |
| template_id | String | Template ID |
Example of returned result
Error Code
| Error Code | Description |
| -1 | The system is busy. |
| 0 | Successful |
| 85064 | No template is found. |