Explorar o código

vivo推送(标题为空判断)

guanhailong %!s(int64=2) %!d(string=hai) anos
pai
achega
1a2b416e82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/PushService.py

+ 1 - 1
Service/PushService.py

@@ -277,7 +277,7 @@ class PushObject:
             # 获取redis里面的authToken
             redis_authToken = redisObj.get_data(key=authToken)
             if msg_title == '':
-                msg_title = '设备'
+                msg_title = '周视'
             if redis_authToken is not False:
                 app_secret = VIVOPUSH_CONFIG[app_bundle_id]['Secret']
                 sender_send = APISender(app_secret)