瀏覽代碼

增加通道

lcl 6 月之前
父節點
當前提交
6cf5ccd966
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Areas/Api/Controllers/v1/Main2/MerchantAddInfoController.cs

+ 4 - 0
Areas/Api/Controllers/v1/Main2/MerchantAddInfoController.cs

@@ -849,6 +849,10 @@ namespace MySystem.Areas.Api.Controllers.v1.Main2
             item.Add("Id", "5");
             item.Add("Name", "蒲晓敏,Y5718505(迅易通)");
             list.Add(item);
+            item = new Dictionary<string, object>();
+            item.Add("Id", "6");
+            item.Add("Name", "蒲晓敏,Y6813860(迅易通)");
+            list.Add(item);
             return Json(new AppResultJson() { Status = "1", Info = "", Data = list });
         }
         #endregion