mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 15:10:54 +00:00
fix and add
1. 简化支付; 2. 修复余额充值显示错误; 3. 加入关闭订单功能; 4. 改PayJS支付方式为收银台模式cashier,而非扫码模式native
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
ALTER TABLE `user`
|
||||
CHANGE `uuid` `vmess_id` VARCHAR(64) NOT NULL DEFAULT '';
|
||||
CHANGE `uuid` `vmess_id` VARCHAR(64) NOT NULL DEFAULT '',
|
||||
ADD `protocol_param` varchar(255) DEFAULT '' COMMENT '协议参数';
|
||||
Reference in New Issue
Block a user