|
@@ -227,7 +227,7 @@ class PushObject:
|
|
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()
|
|
- LOGGER.info("uid:{},time:{},极光推送返回值:{}".format(nickname, n_time, res.json()))
|
|
|
|
|
|
+ LOGGER.info("uid:{},time:{},极光推送返回值:{}".format(nickname, n_time, res))
|
|
assert res.status_code == 200
|
|
assert res.status_code == 200
|
|
return True
|
|
return True
|
|
except Exception as e:
|
|
except Exception as e:
|