2
0

fix: update deliverable

This commit is contained in:
zhangsz
2025-02-28 16:50:29 +08:00
parent e245c968a2
commit 7c856ebf69
8 changed files with 23 additions and 5 deletions

View File

@@ -257,6 +257,14 @@ docker-compose >= v2.10.0
... ...
``` ```
* 在omada放行邮箱相关域名
为了支持用户在首次登录AP时无网络权限情况下能够获取邮箱的验证码可以在Omada上对邮箱相关的域名进行放行操作具体操作如下
进入Omada后选择需要配的站点选择Settings->Authentication->Portal->Access Control->Pre-Authentication Access->勾选Enable然后将该邮箱相关的域名增加到Pre-Authentication Access List, 注意需将所有访问邮箱涉及的所有域名都进行放行配置,下列图所示(放行的域名不一定完整):
![](media/omada-auth-settings-1.png)
![](media/email-omada-auth-settings-2.png)
* 修改支付配置项 * 修改支付配置项
@@ -290,6 +298,16 @@ docker-compose >= v2.10.0
... ...
``` ```
* 在omada放行支付相关域名
为了支持用户在首次登录AP时无网络权限情况下能够购买套餐或者余额充值正常进行支付需要在Omada上对支付相关的域名进行放行操作具体操作如下
进入Omada后选择需要配的站点选择Settings->Authentication->Portal->Access Control->Pre-Authentication Access->勾选Enable然后将该支付方式相关的域名增加到Pre-Authentication Access List, 注意需将所有支付涉及的所有域名都进行放行配置,下列图所示(放行的域名不一定完整):
![](media/omada-auth-settings-1.png)
![](media/pay-omada-auth-settings-2.png)
* 启动/查看/停止/版本软件 * 启动/查看/停止/版本软件
```sh ```sh

View File

@@ -66,9 +66,9 @@ tree -L 2 be.wfc/
│   ├── pom.xml │   ├── pom.xml
│   ├── src │   ├── src
│   └── target │   └── target
├── wfc-common # 通用模块 ├── wfc-common # 通用模块
│   ├── pom.xml │   ├── pom.xml
│   ├── wfc-common-core # 核心模块 │   ├── wfc-common-core # 核心模块
│   ├── wfc-common-datascope # 权限范围 │   ├── wfc-common-datascope # 权限范围
│   ├── wfc-common-datasource # 多数据源 │   ├── wfc-common-datasource # 多数据源
│   ├── wfc-common-log # 日志记录 │   ├── wfc-common-log # 日志记录
@@ -79,11 +79,11 @@ tree -L 2 be.wfc/
│   ├── wfc-common-security # 安全模块 │   ├── wfc-common-security # 安全模块
│   ├── wfc-common-sensitive # 数据脱敏 │   ├── wfc-common-sensitive # 数据脱敏
│   └── wfc-common-swagger # 系统接口 │   └── wfc-common-swagger # 系统接口
├── wfc-gateway # 网关模块 [8080] ├── wfc-gateway # 网关模块 [8080]
│   ├── pom.xml │   ├── pom.xml
│   ├── src │   ├── src
│   └── target │   └── target
├── wfc-modules # 业务模块 ├── wfc-modules # 业务模块
│   ├── pom.xml │   ├── pom.xml
│   ├── wfc-file # 文件服务 [9201] │   ├── wfc-file # 文件服务 [9201]
│   ├── wfc-gen # 代码生成 (未启用) │   ├── wfc-gen # 代码生成 (未启用)
@@ -287,7 +287,7 @@ build.wfc/
│   ├── 02-design │   ├── 02-design
│   └── 03-configuration │   └── 03-configuration
└── release └── release
├── debs # deb package release, n/a ├── debs # deb package release
└── tars # tar package release └── tars # tar package release
``` ```

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB