|
|
@@ -1255,11 +1255,11 @@ async fn market_warehouse_request(body_params: String) {
|
|
|
let req = client.post(url).header("auth", "43626546liangjiang")
|
|
|
.header("Content-Type", "application/json").body(body_params.clone());
|
|
|
|
|
|
- let response = req.send().await.unwrap();
|
|
|
- if !response.status().is_success() {
|
|
|
- error!("行情数据------仓库挂单数据存储失败--------!{}", response.status());
|
|
|
- error!(body_params);
|
|
|
- }
|
|
|
+ req.send().await.unwrap();
|
|
|
+ // if !response.status().is_success() {
|
|
|
+ // error!("行情数据------仓库挂单数据存储失败--------!{}", response.status());
|
|
|
+ // error!(body_params);
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
fn paras_limit_command (robot_name: String, time: i64, ref_ap: Decimal, ref_bp: Decimal, limits_open: HashMap<String, Vec<String>>, limits_close: HashMap<String, Vec<String>>) -> Vec<DealRecord>{
|