update pay ui

This commit is contained in:
2025-12-13 20:58:44 +08:00
parent 35100438e0
commit d76b23d8ff
3 changed files with 18 additions and 28 deletions

View File

@@ -10,9 +10,8 @@ import json
from datetime import datetime
# 配置
# BASE_URL = "http://localhost:5002" # 服务器本地测试
BASE_URL = "http://110.42.32.207:5002" # 外网 HTTP 直连需防火墙开放5002
# BASE_URL = "https://api.valuefrontier.cn" # 走 nginx 443代理到5001不是5002
BASE_URL = "http://localhost:5002" # 服务器本地测试(推荐)
# BASE_URL = "http://110.42.32.207:5002" # 外网 HTTP 直连需防火墙开放5002
# 颜色输出
class Colors: