From 09c2ac7911db8993b6b435cb5af23fcf69c0fbe2 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 24 三月 2023 14:40:50 +0800
Subject: [PATCH] 增加货代详情

---
 api/index.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/api/index.js b/api/index.js
index 540f8bb..87ad6ff 100644
--- a/api/index.js
+++ b/api/index.js
@@ -45,6 +45,7 @@
 		opt.header = typeObj['headerPOST'];
 	} else if (urlType == 'json') {
 		opt.header = typeObj['jsonPOST'];
+		opt.data = params;
 	} else {
 		opt.data = params;
 		opt.header = typeObj['headerPOST'];

--
Gitblit v1.9.1