liuq 1 ay önce
ebeveyn
işleme
8648f9381e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      application/uap_message_service.py

+ 1 - 1
application/uap_message_service.py

@@ -19,7 +19,7 @@ UAP_MESSAGES_URL = 'https://api.hnyunzhu.com/api/v1/messages/'
 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: