소스 검색

华为Vsees推送优化

linhaohong 7 달 전
부모
커밋
6b2484af31
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      Service/HuaweiPushService/HuaweiPushService.py
  2. 2 2
      Service/VSeesHuaweiPushService/VseesHuaweiPushObject.py

+ 2 - 2
Service/HuaweiPushService/HuaweiPushService.py

@@ -2,8 +2,8 @@ import json
 
 from AnsjerPush.config import LOGGER
 from Object.enums.EventTypeEnum import EventTypeEnumObj
-from Service.VSeesHuaweiPushService import push_admin
-from Service.VSeesHuaweiPushService.push_admin import messaging
+from Service.HuaweiPushService import push_admin
+from Service.HuaweiPushService.push_admin import messaging
 from AnsjerPush.config import HUAWEI_CONFIG
 
 class HuaweiPushObject:

+ 2 - 2
Service/VSeesHuaweiPushService/VseesHuaweiPushObject.py

@@ -2,8 +2,8 @@ import json
 
 from AnsjerPush.config import LOGGER
 from Object.enums.EventTypeEnum import EventTypeEnumObj
-from Service.HuaweiPushService import push_admin
-from Service.HuaweiPushService.push_admin import messaging
+from Service.VSeesHuaweiPushService import push_admin
+from Service.VSeesHuaweiPushService.push_admin import messaging
 from AnsjerPush.config import HUAWEI_CONFIG
 
 class VseesHuaweiPushObject: