project:强制覆盖代码,更新.gitignore文件内容

This commit is contained in:
2025-09-16 17:23:51 +08:00
parent ab9a7279f5
commit 5ad77a857c
97 changed files with 2295 additions and 1751 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const request = (option) => {
method: option.method,
data: option.data,
header: {
"Content-Type": "application/x-www-form-urlencoded",
"Content-Type": "application/json",
...option.headers,
'appid': appid,
'Authorization': "Bearer " + uni.getStorageSync('token'),