update pay ui
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user