Browse Source

完善根据序列号状态确认uid地区接口

locky 3 years ago
parent
commit
98b436a865
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/SerialNumberController.py

+ 1 - 0
Controller/SerialNumberController.py

@@ -463,3 +463,4 @@ class SerialNumberView(View):
                 return response.json(0, {'region': 3})
             elif CONFIG_INFO == CONFIG_US:
                 return response.json(0, {'region': 1})
+        return response.json(0)