|
@@ -305,7 +305,7 @@ class DevicePushService:
|
|
|
try:
|
|
|
push_kwargs = param['push_kwargs']
|
|
|
push_result = False
|
|
|
-
|
|
|
+ LOGGING.info('准备推送的数据:{}'.format(push_kwargs))
|
|
|
# is_st为1或3,且推送类型为apns,gcm,华为,异步推送图片
|
|
|
if (param['is_st'] == 1 or param['is_st'] == 3) and \
|
|
|
(push_type == 0 or push_type == 1 or push_type == 3):
|