AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
1. Api information Interface Information Item Content Real environment https://api.howssl.com/Home/Order/getCertificate Request method Post content- type multipart/form-data Description The interface is used for checking the information about the certificate and the status of the ordered certificate should be Finished. The information about the certificate is available after the certificate is issued. The information related to the certificate will be returned if it's correct. The corresponding error codes will be returned if it's wrong. 1. Parameter definition Parameter Name Parameter Type Mandatory Illustration token string Y For Th becoming token, the evidence of identification, please contact the web administrator. order\_id string Y Order id Function returns status boolean Y True means the request succeeds and the correct parameters are returned while false means the request fails. msg string Y Description of the returned data information data JSON Y Business data for the successful request code int Y Returned status code 1. Returned parameter illustration (data) Name of Returned Parameters Parameter Type Illustration cert\_start\_time date-time The time that the certificate's validity starts cert\_end\_time date-time The time that the certificate's validity ends paid boolean Whether it's paid or not ca\_order\_id string The id of the third-party certification agency Name of Returned Parameters Parameter Type Illustration certificate JSON Certificate information \>>> cert string Certificate document the certificate \>>> ca\_cert string The document in the middle of the certificate the ca-bundle \>>> csr string csr document the csr \>>> private\_key string The private key file the private key 1. The example of the returned result { "private\_key": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY \\n" } }, "code": 200 } "status": true, "msg": "Successfully gained the certificate data", "data": { "cert\_start\_time": "2021-04-28 08:00:00", "cert\_end\_time": "2022-04-30 07:59:58", "paid": true, "ca\_order\_id": "480111210", "certificate": { "cert": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY ", "ca\_cert": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY ", "csr": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY \\n",