Sfoglia il codice sorgente

欧洲服序列号状态为'已分配'

guanhailong 2 anni fa
parent
commit
4a95a192c7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Controller/TestApi.py

+ 1 - 0
Controller/TestApi.py

@@ -927,6 +927,7 @@ class testView(View):
                                  data={'serialNumber': serial_number}, timeout=3)
             results2 = json.loads(res2.text)
             results2['result']['server'] = 3
+            results2['result']['status'] = '已分配'
             results_data.append(results2['result'])
             is_ok = True
             operation = ''