From 8dcbe3d898f6c60ef3226095d994ca8953bf5f6d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 03 十二月 2024 18:18:37 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei
---
h5/utils/service.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5/utils/service.js b/h5/utils/service.js
index 70e1617..0a05213 100644
--- a/h5/utils/service.js
+++ b/h5/utils/service.js
@@ -15,7 +15,7 @@
uni.request({
url: baseUrl + options.url,
data: options.data || {},
- method: options.method || 'GET',
+ method: options.method || 'POST',
header: options.header || {
// 鏍规嵁瀹為檯鎺ュ彛璁捐 key 鍙� token 鎴栬�� authorization
dm_user_token: token,
--
Gitblit v1.9.3