Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
go_sku_server
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
c9fcb4a4
authored
Dec 11, 2020
by
wang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
稍作修改
parent
691491e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
controller/sku_save_controller.go
model/saveModel/ly_spu_request.go
controller/sku_save_controller.go
View file @
c9fcb4a4
...
...
@@ -96,7 +96,5 @@ func saveLogHandle(errMsg string) {
}
func
editLogHandle
(
errMsg
string
)
{
logger
.
Select
(
"sku_save"
)
.
Error
(
errMsg
)
}
model/saveModel/ly_spu_request.go
View file @
c9fcb4a4
...
...
@@ -18,8 +18,8 @@ type LySpuRequest struct {
type
LySpuResponse
struct
{
ErrorCode
int
`json:"error
_
code"`
ErrMsg
string
`json:"err
_
msg"`
ErrorCode
int
`json:"errorcode"`
ErrMsg
string
`json:"errmsg"`
Data
ResponseData
`json:"data"`
}
...
...
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