|
@@ -19,7 +19,7 @@ UAP_MESSAGES_URL = 'https://api.hnyunzhu.com/api/v1/messages/'
|
|
|
OPS_USER_IDS: List[str] = ['liuq', 'longb']
|
|
OPS_USER_IDS: List[str] = ['liuq', 'longb']
|
|
|
|
|
|
|
|
# 自检页面链接(生产环境需配置为实际域名)
|
|
# 自检页面链接(生产环境需配置为实际域名)
|
|
|
-SELF_CHECK_BASE_URL = 'http://localhost:5050'
|
|
|
|
|
|
|
+SELF_CHECK_BASE_URL = 'http://api.ygtxfj.com:8169'
|
|
|
|
|
|
|
|
|
|
|
|
|
def _generate_signature(secret: str, params: dict) -> str:
|
|
def _generate_signature(secret: str, params: dict) -> str:
|