|
@@ -479,6 +479,7 @@ class DevicePushService:
|
|
push.notification = jpush.notification(android=android)
|
|
push.notification = jpush.notification(android=android)
|
|
push.platform = jpush.all_
|
|
push.platform = jpush.all_
|
|
res = push.send()
|
|
res = push.send()
|
|
|
|
+ LOGGING.info('{}极光推送响应:{}'.format(uid, res))
|
|
print(res)
|
|
print(res)
|
|
return res.status_code
|
|
return res.status_code
|
|
|
|
|