Commit fd2c2310 authored by 金凯强's avatar 金凯强 🎨

正式版本发布前的小修改

parent 71dfc385
......@@ -41,7 +41,7 @@ class UpgradeAPI(ApiController):
return UpgradeService().remote_upgrade_step1()
@api('remote/step2')
def get_remote_upgrade(self):
def get_remote_upgrade2(self):
'''
远程升级---2
:return:
......@@ -50,7 +50,7 @@ class UpgradeAPI(ApiController):
return UpgradeService().remote_upgrade_step2(log_id)
@api('remote/step3')
def get_remote_upgrade(self):
def get_remote_upgrade3(self):
'''
远程升级---3
:return:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment