From e193d75257a21568a15f99b27a2a48bd7fd815f9 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期三, 22 三月 2023 17:59:06 +0800
Subject: [PATCH] 1.磅房详情(完成) 2.入场申请报错(完成) 3.签到(完成) 4.日志(完成) 5.发运计划详情(完成)

---
 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