Commit 6c162092 by Joneq

记录日志

parent 50683119
......@@ -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
}
......
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"
......
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