Commit 8f1f1351 authored by xieyishang's avatar xieyishang

~~

parent cc1a0751
......@@ -31,5 +31,12 @@ export default {
return await http.post(this.url, params);
}
},
simple:{
url: `${config.API_URL}order/cashier/simple`,
name: "购物车结算",
post: async function(params){
return await http.post(this.url, params);
}
}
}
}
\ No newline at end of file
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