qiaofeng1227 2 лет назад
Родитель
Сommit
16f4e4c1b5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      appmanage/api/service/manage.py

+ 1 - 1
appmanage/api/service/manage.py

@@ -150,7 +150,7 @@ def uninstall_app(app_id):
 def check_app(app_name, customer_name, app_version):
     message = ""
     code = None
-    app_id = app_name + "-" + customer_name
+    app_id = app_name + "_" + customer_name
     if app_name == None:
         code = const.ERROR_CLIENT_PARAM_BLANK
         message = "app_name is null"