|
@@ -455,7 +455,7 @@ class SerialNumberView(View):
|
|
|
status = company_serial_qs[0]['status']
|
|
|
if status == 2:
|
|
|
if CONFIG_INFO == CONFIG_CN:
|
|
|
- return response.json(10044, {'region': 1})
|
|
|
+ return response.json(0, {'region': 1})
|
|
|
elif CONFIG_INFO == CONFIG_US:
|
|
|
return response.json(0, {'region': 3})
|
|
|
elif status == 3:
|