From db2c2c8897ead63231fb2bd9c3d0d926434e8fde Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Wed, 20 Apr 2022 09:51:05 +0800 Subject: [PATCH] no message --- lu/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,