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); }); }