|
@@ -529,7 +529,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, response.json()))
|
|
|
return response.json()
|
|
|
|
|
|
@staticmethod
|