Commit f9abd6cd by Joneq

记录日志

parent 729c42f9
Showing with 2 additions and 0 deletions
......@@ -106,6 +106,8 @@ func CheckOrderReturnData(res *gosoap.Response) (err error) {
return errors.New("转换Json失败")
}
log.Info(turnJson.String())
err = json.Unmarshal([]byte(turnJson.String()),&ErpReturnOrderData)
if err != nil {
......
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