diff --git a/consume/zhios_integral_proxy_recharge.go b/consume/zhios_integral_proxy_recharge.go index 6ef5c92..5a9c430 100644 --- a/consume/zhios_integral_proxy_recharge.go +++ b/consume/zhios_integral_proxy_recharge.go @@ -89,6 +89,9 @@ func handleZhiosIntegralProxyRecharge(msg []byte) error { if order.Type == "gift_goods" { str = "购买礼包奖励" } + if order.Type == "give" { + str = "转赠" + } if canalMsg.Type == "" || canalMsg.Type == "first" { amount = order.Amount title = str + "到账"