Commit d2ee8fb6 authored by ml's avatar ml

修改

parent fcd618e0
......@@ -93,7 +93,8 @@ export const getUserOrdersFromCore = async(params)=> {
export const getUserOrderFromCore = async(orderId)=> {
// let params = new URLSearchParams();
const url = `${webadmin_endpoint}/order/list`
let { data } = await axios.get(url,{params});
//let { data } = await axios.get(url,{params});
let { data } = await axios.get(url,{});
if (data.error) {
logger.error("getPairFromCore",data);
return null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment