Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hsWebHttpClient
Project
Project
Details
Activity
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
何虹
hsWebHttpClient
Commits
e2bd7860
Commit
e2bd7860
authored
Jun 16, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级优化
parent
72482c26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
hsWebHttpClient.js
dist/hsWebHttpClient.js
+2
-1
hsWebHttpClient.min.js
dist/hsWebHttpClient.min.js
+1
-1
No files found.
dist/hsWebHttpClient.js
View file @
e2bd7860
...
@@ -22082,10 +22082,11 @@ class RestFul {
...
@@ -22082,10 +22082,11 @@ class RestFul {
queryOne
(
data
)
{
queryOne
(
data
)
{
this
.
packParamHandle
(
data
)
this
.
packParamHandle
(
data
)
const
{
tableName
,
id
,
appCode
,
parms
,
group
,
bodyData
,
isQueryMaster
}
=
data
const
{
tableName
,
id
,
appCode
,
parms
,
group
,
bodyData
,
isQueryMaster
}
=
data
let
url_
=
`
${
this
.
MODULE_API
}${
appCode
}
/
${
tableName
}
/
${
id
}
/`
let
url_
=
`
${
this
.
MODULE_API
}${
appCode
}
/
${
tableName
}
/
`
//
${id}/`
if
(
group
)
{
if
(
group
)
{
url_
=
`
${
url_
}${
group
}
/`
url_
=
`
${
url_
}${
group
}
/`
}
}
url_
=
`
${
url_
}${
id
}
/`
const
header
=
this
.
mergeHeaderQueryMaster
(
isQueryMaster
)
const
header
=
this
.
mergeHeaderQueryMaster
(
isQueryMaster
)
if
(
bodyData
)
{
if
(
bodyData
)
{
return
this
.
requestClient
.
put
(
url_
,
bodyData
,
parms
,
header
)
return
this
.
requestClient
.
put
(
url_
,
bodyData
,
parms
,
header
)
...
...
dist/hsWebHttpClient.min.js
View file @
e2bd7860
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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