Files
ProxyPanel/sql/mod/20200624.sql
兔姬桑 32e8638363 fix and add
1.  简化支付;
2. 修复余额充值显示错误;
3. 加入关闭订单功能;
4. 改PayJS支付方式为收银台模式cashier,而非扫码模式native
2020-08-05 03:20:37 +08:00

3 lines
155 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ALTER TABLE `user`
CHANGE `uuid` `vmess_id` VARCHAR(64) NOT NULL DEFAULT '',
ADD `protocol_param` varchar(255) DEFAULT '' COMMENT '协议参数'