企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
1. Api information Interface information item Content Real environment https://api.howssl.com/Home/ProductInfo/lists Request method Post content-type multipart/form-data Description The interface obtains the information and the corresponding price of the product. 1. Define parameters **Parameter's Name** **Parameter's Type** **Mandatory** **Illustration** token string Y For Th becoming token, the evidence for identification, please contact the web administrator. page int N The default value is 1 and the page counts from 1 size int N The default value is 10, the record number displayed per page product\_name string N Make the search condition become vague and set the product name as the search field. Function returns status boolean Y true means the request succeeds and the correct parameters are returned while false means the request fails. total int Y Represent the number of total records if the request succeeds data JSON Y The returned business data for the successful request msg string Y Returned data information description 1. Returned parameter illustration (data) **Name of Returned Parameters** **Parameter Type** **Illustration** product\_name string Product name product\_code string Product's brevity codes prices\_info JSON Product's price \>>> label int Valid month quantity (the value is 12、24、36、48、60) \>>> country string Country of origin \>>> currency string Abbreviation of currency \>>> real\_price float The original price of the standard domain name \>>> price float The selling price of the standard domain name \>>> attachCommonPrice float Increase the original price of the domain name \>>> attachWildcardPrice float Increase the selling price of the domain name domain\_type string Certificate type (1: Single domain name2: Multiple domain names 3: Wildcard 4: Wildcard of multiple domain names) audit\_type string Type of auditing certificates (DV, EV, OV) code int Y | Returned status code 1. The example of the returned result "status": true, ![](https://img.kancloud.cn/a3/83/a38334dced39cf55e6cd7c91eefb60cf_24x24.png)![](https://img.kancloud.cn/b2/be/b2beb00fe9d6d2d308c3e56a44b36fc1_24x24.png)![](https://img.kancloud.cn/66/cf/66cf6e22704e3eb3828fc5ea5bff3af3_4x25.png)"total": 1, "data": \[ { { "product\_name": "Comodo PositiveSSL Certificate(DV)", "product\_code": "comodo-positivessl-dv", "prices\_info":"\[{\\"label\\":\\"12\\",\\"country\\":\\"\\美\\国\\",\\"currency\\":\\"USD\\",\\"real\_price\\":\\"49\\",\\"price\\":\\"6.95\\", } \\"attachCommonPrice\\":\\"0\\",\\"attachWildcardPrice\\":\\"0\\"}, {\\"label\\":\\"24\\",\\"country\\":\\"\\the United\\States \\",\\"currency\\":\\"USD\\",\\"real\_price\\":\\"94\\",\\"price\\":\\"12.5\\", \\"attachCommonPrice\\":\\"0\\",\\"attachWildcardPrice\\":\\"0\\"}\]", "domain\_type": 1, "audit\_type": "DV" } \], "msg": "Successfully obtained the product's information!" , "code": 200