服务端直接转发,无需部署客户端待完成

This commit is contained in:
xiaojie
2024-03-08 17:32:28 +08:00
parent 7fb5a91f2f
commit e2c6490fae
22 changed files with 181 additions and 124 deletions
@@ -1,3 +1,3 @@
#license
INSERT INTO license(`id`, `name`, `key`, `user_id`, `is_online`, `enable`, `create_time`, `update_time`) VALUES
(1, '我的mac', 'b0a907332b474b25897c4dcb31fc7eb6', 1, 2, 1, now(), now());
(1, '服务端(不可编辑删除,可禁用)', 'b0a907332b474b25897c4dcb31fc7eb6', 1, 1, 1, now(), now());