chenjunkai 6 жил өмнө
parent
commit
8840f1b9a8

+ 1 - 1
Controller/EquipmentManager.py

@@ -607,7 +607,7 @@ def queryInterface(request):
                     img_sign = uidPreview_bucket.sign_url('GET', obj, 300)
                     p['preview'].append(img_sign)
             data.append(p)
-        return response.json(0, {'data': data, 'count': count})
+        return response.json(0, data)
     else:
         return response.json(tko.code)