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
6c162092
authored
Sep 14, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
记录日志
parent
50683119
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
internal/service/erp_client.go
internal/service/param_handle.go
internal/service/erp_client.go
View file @
6c162092
...
...
@@ -111,7 +111,7 @@ func CheckOrderReturnData(res *gosoap.Response) (err error) {
err
=
json
.
Unmarshal
([]
byte
(
turnJson
.
String
()),
&
ErpReturnOrderData
)
if
err
!=
nil
{
return
errors
.
New
(
err
.
Error
()
)
return
errors
.
New
(
"没查询到erp订单数据"
)
}
return
nil
}
...
...
internal/service/param_handle.go
View file @
6c162092
package
service
import
(
"github.com/
prometheus/common
/log"
"github.com/
go-kratos/kratos/pkg
/log"
"strconv"
"strings"
bm
"github.com/go-kratos/kratos/pkg/net/http/blademaster"
...
...
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