Update system_api.py

pull/75/head
Mr Chen 6 years ago
parent 3e705b02cf
commit b97a14638f
  1. 3
      class/core/system_api.py

@ -24,7 +24,8 @@ class system_api:
##### ----- start ----- ###
def networkApi(self):
return self.getNetWork()
data = self.getNetWork()
return public.getJson(data)
def updateServerApi(self):
stype = request.args.get('type', 'check')

Loading…
Cancel
Save