From fbfd91078efe85ca79063dffc3b7817cbbd8aa52 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 18 Apr 2023 11:29:35 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consume/zhios_fast_return_order_pay.go b/consume/zhios_fast_return_order_pay.go index 37e2af4..a492c12 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()),