diff --git a/consume/egg_fin_withdraw_apply_consume.go b/consume/egg_fin_withdraw_apply_consume.go index 2798f81..4147653 100644 --- a/consume/egg_fin_withdraw_apply_consume.go +++ b/consume/egg_fin_withdraw_apply_consume.go @@ -94,8 +94,6 @@ func handleEggFinWithdrawApplyDataConsume(msgData []byte, client *alipay.Client, return err } - return errors.New("测试") - applyDb := implement.NewFinWithdrawApplyDb(db.Db) apply, err := applyDb.FinWithdrawApplyGet(msg.Id) if err != nil {