Commit 821938a0 authored by xieyishang's avatar xieyishang

~~

parent fd28a2a0
...@@ -120,6 +120,13 @@ export default{ ...@@ -120,6 +120,13 @@ export default{
post: async function(params){ post: async function(params){
return await http.delete(this.url, params); return await http.delete(this.url, params);
} }
},
withdraw:{
url: `${config.API_URL}member/account/withdraw`,
name: "通过提现",
post: async function(params){
return await http.post(this.url, params);
}
} }
}, },
promoter: { promoter: {
......
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