Commit c9fcb4a4 by wang

稍作修改

parent 691491e6
...@@ -96,7 +96,5 @@ func saveLogHandle(errMsg string) { ...@@ -96,7 +96,5 @@ func saveLogHandle(errMsg string) {
} }
func editLogHandle(errMsg string) { func editLogHandle(errMsg string) {
logger.Select("sku_save").Error(errMsg) logger.Select("sku_save").Error(errMsg)
} }
...@@ -18,8 +18,8 @@ type LySpuRequest struct { ...@@ -18,8 +18,8 @@ type LySpuRequest struct {
type LySpuResponse struct { type LySpuResponse struct {
ErrorCode int `json:"error_code"` ErrorCode int `json:"errorcode"`
ErrMsg string `json:"err_msg"` ErrMsg string `json:"errmsg"`
Data ResponseData `json:"data"` Data ResponseData `json:"data"`
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment