💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
1. Api information Interface Information Item Content Real environment https://api.howssl.com/Home/Order/getValidity\_info Request method Post content-type multipart/form-data Description The interface is used to gain the verification information and the status of the order should be in review. 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 valid\_info JSON Verification information \>>> DCVdnsHost string DNS verification host \>>> DCVdnsValue string DNS verification value \>>> DCVdnsType string DNS verification type \>>> DCVfileName string Verify the domain document Document name \>>> DCVfileContent string Document verification Document content 1. The example of the returned result { "status": true, "msg": "Successfully gained the verification information!" , "data": { "valid\_info": "Access email verification to verify email!" }, "code": 200 }