From 90dd02e591779ead7a79421b610542f00c3a9227 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 03 四月 2023 09:21:13 +0800
Subject: [PATCH] 后台app推送
---
zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
index d9fdd47..c311230 100644
--- a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
+++ b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionCustomerController.cs
@@ -952,5 +952,20 @@
return View();
}
+
+ /// <summary>
+ /// 鑾峰彇椤圭洰鏄惁宸茬粡褰曞叆
+ /// </summary>
+ /// <param name="shengid">甯俰d</param>
+ /// <returns></returns>
+ [CheckLogin]
+ public string getTitle(string Name, string Id)
+ {
+ var quxian = _intentionCustomerService.GetZhengfuProjectDTOByTitle(Name,Id);
+
+ return JsonConvert.SerializeObject(quxian);
+
+ }
+
}
}
--
Gitblit v1.9.1