- handle utf8mb4 in elm and jd order.
This commit is contained in:
@@ -175,7 +175,7 @@ func newOrder(msg *jdapi.CallbackOrderMsg) error {
|
||||
rec.OrderStatusTime = resultList0["orderStatusTime"].(string)
|
||||
|
||||
resultByteArr := utils.MustMarshal(data)
|
||||
rec.Data = string(resultByteArr)
|
||||
rec.Data = utils.FilterMb4(string(resultByteArr))
|
||||
rec.Data4Json = data
|
||||
userMobile = resultList0["buyerMobile"].(string)
|
||||
err = utils.CallFuncLogError(func() error {
|
||||
|
||||
Reference in New Issue
Block a user