You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如jpush/push/core.py的PushResponse中
def init(self, response):
self.status_code = response.status_code
data = response.json() for (key, value) in response.headers.items():
data[key] = value
self.payload = data