修改接口,搅拌楼部署

This commit is contained in:
xiongyi
2026-01-27 17:25:30 +08:00
parent f8ee2b9ff6
commit cc79cd11bf
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
import os
# API配置
BASE_URL = "http://127.0.0.1:5000"#https://www.shnthy.com:9154
BASE_URL = "http://10.6.60.153:9155"#替换"http://127.0.0.1:5000"#https://www.shnthy.com:9154
LOGIN_DATA = {
"Program": 11,
"SC": "1000000001",
@ -19,7 +19,7 @@ SQL_SERVER_CONFIG = {
"server": "127.0.0.1",
"database": "BS23DB",
"username": "sa",
"password": "123"
"password": "sa@123456"
}
# TCP配置