NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
### Get domain name verification email 1. API information | Interface information item | content | | --- | --- | |Real environment| https://api.howssl.com/Home/Order/getDomainEmail | |Request method | post | | content-type | multipart/form-data | |Description | this interface is used to obtain verification information, and the order status must be under approval. If it is correct, the relevant certificate information will be returned. Error returns the corresponding error code| 2. Parameter definition |Parameter name | parameter type | required | description| | --- | --- | :---: | --- | |Token | string | y | ID credentials, please contact the website administrator to generate the token| |domainName | string | y | domain name| || |Function return| |status | Boolean | y | true indicates the request is successful and the correct parameter is returned. False indicates the request is failed| |msg | string | y | returned data information description| |data | JSON | y | business data returned by successful request| |code | int | y | return status code| 3. Return parameter details |Return parameter name | parameter type | description| | --- | --- | --- | |data | array | emil list| 4. Examples of returned results ``` { "status": true, "msg": "success", "data": [ "admin@howssl.com", "administrator@howssl.com", "hostmaster@howssl.com", "postmaster@howssl.com", "webmaster@howssl.com" ] } ```