This commit is contained in:
suyl
2021-04-17 13:27:16 +08:00
parent 81ed9d41be
commit ccaab14b99

View File

@@ -219,9 +219,9 @@ func (c *PurchaseHandler) getOrder(a *jdapi.API, orderID string) (order *model.G
if err == nil && realMobile != "" {
order.ConsigneeMobile2 = jxutils.FormalizeMobile(realMobile)
} else {
if strings.Contains(err.Error(), "用户登陆") {
globals.SugarLogger.Warnf("jd 获取真实号cookie可能过期了")
}
// if strings.Contains(err.Error(), "用户登陆") {
// globals.SugarLogger.Warnf("jd 获取真实号cookie可能过期了")
// }
}
}
case 1: