From d14530f39a885a055b4ed822d06d97cd0ef3b1a3 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 15 Apr 2023 14:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=92=E8=BF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consume/zhios_fast_return_order_pay.go | 2 +- consume/zhios_fast_return_order_refund.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consume/zhios_fast_return_order_pay.go b/consume/zhios_fast_return_order_pay.go index 5b61490..37e2af4 100644 --- a/consume/zhios_fast_return_order_pay.go +++ b/consume/zhios_fast_return_order_pay.go @@ -158,7 +158,7 @@ func handleZhiosFastReturnOrderPay(msg []byte) error { OrdType: "fast_return", OrdId: utils.AnyToString(orderData.OrdId), OrdAction: 103, - OrdTitle: "秒返到账" + money + "元(请到支付宝查看)", + OrdTitle: "秒返到账" + money + "元(支付宝)", State: 2, OtherId: 0, OrdTime: int(time.Now().Unix()), diff --git a/consume/zhios_fast_return_order_refund.go b/consume/zhios_fast_return_order_refund.go index 52c816a..4f35769 100644 --- a/consume/zhios_fast_return_order_refund.go +++ b/consume/zhios_fast_return_order_refund.go @@ -157,7 +157,7 @@ func handleZhiosFastReturnOrderRefund(msg []byte) error { OrdType: "fast_return", OrdId: utils.AnyToString(orderData.OrdId), OrdAction: 103, - OrdTitle: "秒返订单退款扣除" + money + "元(请到支付宝查看)", + OrdTitle: "秒返订单退款扣除" + money + "元(支付宝)", State: 2, OtherId: 0, OrdTime: int(time.Now().Unix()),