Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
b4d8257c
Commit
b4d8257c
authored
Apr 28, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fix:Core) 修复 download multipart 发包时 download 发包为空的问题 (asunescape 功能引起)
parent
9841bc57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
CHANGELOG.md
+6
-0
request.js
modules/request.js
+1
-0
No files found.
CHANGELOG.md
View file @
b4d8257c
...
...
@@ -2,6 +2,12 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.2)`
### 核心模块
*
修复 download multipart 发包时 download 发包为空的问题 (asunescape 功能引起)
## 2019/04/27 `v(2.1.1)`
### 核心模块
...
...
modules/request.js
View file @
b4d8257c
...
...
@@ -292,6 +292,7 @@ class Request {
let
_postarr
=
[];
if
(
opts
[
'useMultipart'
]
==
1
)
{
_request
.
send
=
_request
.
field
;
_postarr
=
_postData
;
}
else
{
_request
.
send
=
old_send
;
for
(
var
key
in
_postData
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment