ソースを参照

修改提示文字

DuGuYang 1 年間 前
コミット
fc9698d214
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Areas/Api/Controllers/Main/MerchantInfoController.cs

+ 1 - 1
Areas/Api/Controllers/Main/MerchantInfoController.cs

@@ -617,7 +617,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 };