Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
1a38efcb
Commit
1a38efcb
authored
Mar 24, 2022
by
陈思聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 服务商修改资料后重新提交接口使用post方式提交
parent
234d6356
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
jiaxiya/app/base/service/impl/transfer/tradetransferSve.js
+1
-1
jiaxiya/app/base/service/sve.base.js
+3
-2
No files found.
jiaxiya/app/base/service/impl/transfer/tradetransferSve.js
View file @
1a38efcb
...
@@ -349,7 +349,7 @@ async modifySubmitTransferMaterail(obj) {
...
@@ -349,7 +349,7 @@ async modifySubmitTransferMaterail(obj) {
ContactEmail
:
obj
.
contact_email
ContactEmail
:
obj
.
contact_email
}
}
}
}
var
result
=
await
this
.
aliclient
(
sobj
)
var
result
=
await
this
.
aliclient
(
sobj
,
'POST'
)
console
.
log
(
result
);
console
.
log
(
result
);
return
result
;
return
result
;
// return {Success:false,msg:""}
// return {Success:false,msg:""}
...
...
jiaxiya/app/base/service/sve.base.js
View file @
1a38efcb
...
@@ -139,12 +139,13 @@ class ServiceBase {
...
@@ -139,12 +139,13 @@ class ServiceBase {
return
uuid
.
join
(
''
);
return
uuid
.
join
(
''
);
}
}
async
aliclient
(
obj
)
{
async
aliclient
(
obj
,
method
=
'GET'
)
{
var
sobj
=
{
var
sobj
=
{
"actionProcess"
:
"aliyuntmtransfer"
,
"actionProcess"
:
"aliyuntmtransfer"
,
"actionType"
:
"aliclient"
,
"actionType"
:
"aliclient"
,
"sign"
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
"sign"
:
"2FviZ9PGws8Pt1fBhq0t90mjUvI"
,
"actionBody"
:
obj
"actionBody"
:
obj
,
"method"
:
method
}
}
var
tokenInfo
=
await
this
.
getToken
();
var
tokenInfo
=
await
this
.
getToken
();
var
reqUrl
=
this
.
channelApiUrl
+
"/action/tradetransfer/aliclienttransfer"
;
var
reqUrl
=
this
.
channelApiUrl
+
"/action/tradetransfer/aliclienttransfer"
;
...
...
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