@@ -232,6 +232,7 @@ class UnicomComboView(View):
if combo_experience_history_qs.exists():
combo_experience_history_qs.delete()
redis.set_data(key, iccid, 60 * 30)
+ UnicomObjeect().change_device_to_activate(iccid)
return response.json(0)
except Exception as e:
print(e.args)