|
@@ -557,7 +557,7 @@ class DevicePushService:
|
|
|
}
|
|
|
response = requests.post(url, data=data, headers=headers)
|
|
|
if response.status_code == 200:
|
|
|
- LOGGING.info('小米推送结果:{}'.format(response.json()))
|
|
|
+ LOGGING.info('uid:{},时间:{}小米推送结果:{}'.format(uid, n_time, response.json()))
|
|
|
return response.json()
|
|
|
|
|
|
@staticmethod
|