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()),