无需部署客户端待完成

服务端直接转发功能 后续将通过集成nginx来实现服务端转发
This commit is contained in:
xiaojie
2024-06-25 10:12:38 +08:00
parent 26ec45b3f9
commit f0a61a1d30
13 changed files with 48 additions and 57 deletions
@@ -1,3 +1,3 @@
#license
INSERT INTO license(`id`, `name`, `key`, `user_id`, `is_online`, `enable`, `create_time`, `update_time`) VALUES
(1, '服务端(不可编辑删除,可禁用)', 'b0a907332b474b25897c4dcb31fc7eb6', 1, 1, 1, now(), now());
(1, '测试客户端', 'b0a907332b474b25897c4dcb31fc7eb6', 1, 1, 1, now(), now());