mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-14 02:20:53 +08:00
【调整】新增部署插件扩展功能
【新增】多吉云cdn配置 【优化】分页新增本地存储功能
This commit is contained in:
172
frontend/apps/allin-ssl/mardown/test.json
Normal file
172
frontend/apps/allin-ssl/mardown/test.json
Normal file
@@ -0,0 +1,172 @@
|
||||
[
|
||||
{
|
||||
"name": "获取ACME账户列表",
|
||||
"url": "/acme_account/get_list",
|
||||
"param": {
|
||||
"search": "-",
|
||||
"p": "1",
|
||||
"limit": "10",
|
||||
"ca": "-"
|
||||
},
|
||||
"response": {
|
||||
"code": 200,
|
||||
"count": 0,
|
||||
"data": [
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:10:48",
|
||||
"id": 3,
|
||||
"name": "vvvv",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:10:48"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:12:53",
|
||||
"id": 4,
|
||||
"name": "xxx",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:12:53"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:13:09",
|
||||
"id": 5,
|
||||
"name": "1111",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:13:09"
|
||||
}
|
||||
],
|
||||
"message": "success",
|
||||
"status": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "添加ACME账户",
|
||||
"url": "/acme_account/add_account",
|
||||
"param": {
|
||||
"email": "111@66.com",
|
||||
"ca": "buypass",
|
||||
"Kid": "-",
|
||||
"HmacEncoded": "-",
|
||||
"CADirURL": "-"
|
||||
},
|
||||
"response": {
|
||||
"code": 200,
|
||||
"count": 0,
|
||||
"data": [
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:10:48",
|
||||
"id": 3,
|
||||
"name": "vvvv",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:10:48"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:12:53",
|
||||
"id": 4,
|
||||
"name": "xxx",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:12:53"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:13:09",
|
||||
"id": 5,
|
||||
"name": "1111",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:13:09"
|
||||
}
|
||||
],
|
||||
"message": "success",
|
||||
"status": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "更新ACME账户",
|
||||
"url": "/acme_account/upd_account",
|
||||
"param": {
|
||||
"id": "7",
|
||||
"email": "dfas@66.com",
|
||||
"ca": "buypass",
|
||||
"Kid": "-",
|
||||
"HmacEncoded": "-",
|
||||
"CADirURL": "-"
|
||||
},
|
||||
"response": {
|
||||
"code": 200,
|
||||
"count": 0,
|
||||
"data": [
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:10:48",
|
||||
"id": 3,
|
||||
"name": "vvvv",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:10:48"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:12:53",
|
||||
"id": 4,
|
||||
"name": "xxx",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:12:53"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:13:09",
|
||||
"id": 5,
|
||||
"name": "1111",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:13:09"
|
||||
}
|
||||
],
|
||||
"message": "success",
|
||||
"status": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "删除ACME账户",
|
||||
"url": "/acme_account/del_account",
|
||||
"param": {
|
||||
"api_token": "{{api_token}}",
|
||||
"timestamp": "{{timestamp}}",
|
||||
"id": "7"
|
||||
},
|
||||
"response": {
|
||||
"code": 200,
|
||||
"count": 0,
|
||||
"data": [
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:10:48",
|
||||
"id": 3,
|
||||
"name": "vvvv",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:10:48"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:12:53",
|
||||
"id": 4,
|
||||
"name": "xxx",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:12:53"
|
||||
},
|
||||
{
|
||||
"config": "{\"secret_id\": \"xxxxxxx\", \"secret_key\": \"xxxxxxxx\"}",
|
||||
"create_time": "2025-04-21 11:13:09",
|
||||
"id": 5,
|
||||
"name": "1111",
|
||||
"type": "tencentcloud",
|
||||
"update_time": "2025-04-21 11:13:09"
|
||||
}
|
||||
],
|
||||
"message": "success",
|
||||
"status": true
|
||||
}
|
||||
}
|
||||
]
|
||||
4
frontend/apps/allin-ssl/mardown/test.md
Normal file
4
frontend/apps/allin-ssl/mardown/test.md
Normal file
@@ -0,0 +1,4 @@
|
||||
根据当前接口替换当前模块的接口
|
||||
1、类型为 ssl.com 和 Google ,必填EAB和EAB HMAC参数
|
||||
2、类型为 zerossl和自定义时,选填EAB和EAB HMAC参数
|
||||
3、类型为 Buypass和Letsencrypt,不显示EAB和EAB HMAC参数
|
||||
Reference in New Issue
Block a user