@ -18,7 +18,7 @@ const post = (e) => {
'Authorization': `Bearer ${token}`
} : {
'content-type': 'application/json',
...e.data
...e.header
};
uni.request({
url: url,