Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
photo_taking
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f9abd6cd
authored
Sep 14, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
记录日志
parent
729c42f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
internal/service/erp_client.go
internal/service/erp_client.go
View file @
f9abd6cd
...
@@ -106,6 +106,8 @@ func CheckOrderReturnData(res *gosoap.Response) (err error) {
...
@@ -106,6 +106,8 @@ func CheckOrderReturnData(res *gosoap.Response) (err error) {
return
errors
.
New
(
"转换Json失败"
)
return
errors
.
New
(
"转换Json失败"
)
}
}
log
.
Info
(
turnJson
.
String
())
err
=
json
.
Unmarshal
([]
byte
(
turnJson
.
String
()),
&
ErpReturnOrderData
)
err
=
json
.
Unmarshal
([]
byte
(
turnJson
.
String
()),
&
ErpReturnOrderData
)
if
err
!=
nil
{
if
err
!=
nil
{
...
...
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