企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
1. Api information Interface Information Item Content Real environment https://api.howssl.com/Home/Order/getOrderInfo Request method Post content-type multipart/form-data Description The interface is used to gain the order information. 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 order\_status int The status of the certificate issuance For specific codes, see Appendix 1: The codes of the certificate status validity\_status JSON The information of verifying the domain name, eg: \[{value: "Domain name, the verification method",status:"1 or 2"(1 means the verification passes,and 2 means verification doesn't pass)}、 ...\] total\_amount JSON The order amount \>>> value float The currency amount \>>> unit string Currency Code 1. The example of the returned result { "status": true, "msg": "Succeeded in gaining data", "data": { "order\_status": 3, "validity\_status":"\[{\\"value\\":\\"\\domain\\name:murahssl.com<br>\\验\\证\\方\\式: \\mail\\box\\verfii\\cation<br>\\",\\"status\\":1}\]", "total\_amount": \[ { "value": "6.95", "unit": "CNY" }, { "value": "44.65", "unit": "USD" } \] }, "code": 200 }