|
@@ -2209,9 +2209,6 @@ class InitInfoView(View):
|
|
return response.json(904)
|
|
return response.json(904)
|
|
else:
|
|
else:
|
|
return response.json(444, 'push_type')
|
|
return response.json(444, 'push_type')
|
|
- asy = threading.Thread(target=self.save_push_config,
|
|
|
|
- args=(userID, appBundleId, push_type, token_val, m_code, lang, tz))
|
|
|
|
- asy.start()
|
|
|
|
if m_code:
|
|
if m_code:
|
|
# 获取设备推送状态
|
|
# 获取设备推送状态
|
|
update_dict = {
|
|
update_dict = {
|