diff --git a/lu/post.js b/lu/post.js index 1a07976..33fbbe9 100644 --- a/lu/post.js +++ b/lu/post.js @@ -18,7 +18,7 @@ const post = (e) => { 'Authorization': `Bearer ${token}` } : { 'content-type': 'application/json', - ...e.data + ...e.header }; uni.request({ url: url,