From c78e5f521a6bd93de2e553cda6d0eee58de46347 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 09 六月 2023 18:06:44 +0800
Subject: [PATCH] 看盘页面优化

---
 kp_html/kp/js/http.js |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/kp_html/kp/js/http.js b/kp_html/kp/js/http.js
index afad3c1..9e3657e 100644
--- a/kp_html/kp/js/http.js
+++ b/kp_html/kp/js/http.js
@@ -167,5 +167,16 @@
 	    http_util.http_request("/get_h_cancel_data", {
 	    	code: code
 	    }, callback);
-	}
+	},
+	// 鑾峰彇娑堟伅鍒楄〃
+	list_msg:function(callback){
+	    http_util.http_request("/list_kp_client_msg", {
+	    }, callback);
+	},
+	//涓婁釜浜ゆ槗鏃ョ浉鍚屾定鍋滃師鍥犵殑浠g爜鍒楄〃
+	get_last_trade_day_reasons:function(code,callback){
+	    http_util.http_request("/get_last_trade_day_reasons", {code:code
+	    }, callback);
+	},
+	 
 };

--
Gitblit v1.8.0