From b92dbb786833487fa343f3edea1b1b9885e86dc1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 29 二月 2024 17:32:40 +0800 Subject: [PATCH] 网页修改/自动加同花顺修改 --- kp_html/kp/js/http.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/kp_html/kp/js/http.js b/kp_html/kp/js/http.js index 5ee87f1..dd1540f 100644 --- a/kp_html/kp/js/http.js +++ b/kp_html/kp/js/http.js @@ -266,6 +266,13 @@ var params={code:code} console.log("鍙傛暟",params) http_util.http_request("/get_l2_cant_buy_reasons", params, callback); + }, + get_latest_cancel_orders:function(callback){ + var params={type:"get_latest_cancel_orders",data:{},sign:''} + http_util.socket_request(JSON.stringify(params), function(result) { + result = JSON.parse(result); + callback(result); + }); } -- Gitblit v1.8.0