浏览代码

修改提示文字

DuGuYang 1 年之前
父节点
当前提交
dc39035db6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Areas/Api/Controllers/v1/MainServer/MerchantInfoController.cs

+ 1 - 1
Areas/Api/Controllers/v1/MainServer/MerchantInfoController.cs

@@ -603,7 +603,7 @@ namespace MySystem.Areas.Api.Controllers.v1
                 }
                 else
                 {
-                    return new AppResultJson() { Status = "-1", Info = "该商户资料已提交过,不能删除", Data = Obj };
+                    return new AppResultJson() { Status = "-1", Info = "商户已进件签约,暂不支持删除", Data = Obj };
                 }
             }
             return new AppResultJson() { Status = "1", Info = "", Data = Obj };