Commit 8d0fe37d authored by 董先生's avatar 董先生

置换订单收集

parent 62df03d5
......@@ -68,5 +68,15 @@ export default{
return await http.put(this.url, params);
}
}
},
exchange: {
list: {
url: `${config.API_URL}order/exchange/index`,
name: "获得退款列表",
get: async function(params){
return await http.get(this.url, params);
}
},
}
}
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