前台模块控制:
模块列表
接口描述: 模块列表
接口地址: /console/v1/module
请求方式: GET
接口版本: v1
开发人员: hh
请求参数
暂无数据
响应参数
| list | array | – | desc:模块列表 |
| list[].name | string | – | desc:模块类型 |
| list[].display_name | string | – | desc:模块名称 |
| list[].version | string | – | desc:版本号 |
后台模块控制控制器:
SSL证书商品列表
接口描述: SSL证书商品列表
接口地址: /admin/v1/ssl_certificate_product
请求方式: GET
接口版本: v1
开发人员: theworld
请求参数
暂无数据
响应参数
| list | array | – | desc:商品列表 |
| list[].id | int | – | desc:商品ID |
| list[].title | string | – | desc:标题 |
| list[].description | string | – | desc:描述 |
| list[].price | string | – | desc:价格 |
| list[].price_unit | string | – | desc:价格单位 |
| list[].product_id | int | – | desc:关联商品ID |
创建SSL证书商品
接口描述: 创建SSL证书商品
接口地址: /admin/v1/ssl_certificate_product
请求方式: POST
接口版本: v1
开发人员: theworld
请求参数
| title | string | – | validate:required | desc:标题 |
| description | string | – | validate:required | desc:描述 |
| price | float | – | validate:required | desc:价格 |
| price_unit | string | – | month月year年validate:required | desc:价格单位 |
| product_id | int | – | validate:required | desc:关联商品ID |
响应参数
暂无数据
编辑SSL证书商品
接口描述: 编辑SSL证书商品
接口地址: /admin/v1/ssl_certificate_product/:id
请求方式: PUT
接口版本: v1
开发人员: theworld
请求参数
| id | int | – | validate:required | desc:商品ID |
| title | string | – | validate:required | desc:标题 |
| description | string | – | validate:required | desc:描述 |
| price | float | – | validate:required | desc:价格 |
| price_unit | string | – | month月year年validate:required | desc:价格单位 |
| product_id | int | – | validate:required | desc:关联商品ID |
响应参数
暂无数据
删除SSL证书商品
接口描述: 删除SSL证书商品
接口地址: /admin/v1/ssl_certificate_product/:id
请求方式: DELETE
接口版本: v1
开发人员: theworld
请求参数
| id | int | – | validate:required | desc:商品ID |
响应参数
暂无数据
SSL证书商品排序
接口描述: SSL证书商品排序
接口地址: /admin/v1/ssl_certificate_product/order
请求方式: PUT
接口版本: v1
开发人员: theworld
请求参数
| id | array | – | validate:required | desc:商品ID数组 |
响应参数
暂无数据
