|
@@ -94,8 +94,6 @@ func handleEggFinWithdrawApplyDataConsume(msgData []byte, client *alipay.Client, |
|
|
return err |
|
|
return err |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return errors.New("测试") |
|
|
|
|
|
|
|
|
|
|
|
applyDb := implement.NewFinWithdrawApplyDb(db.Db) |
|
|
applyDb := implement.NewFinWithdrawApplyDb(db.Db) |
|
|
apply, err := applyDb.FinWithdrawApplyGet(msg.Id) |
|
|
apply, err := applyDb.FinWithdrawApplyGet(msg.Id) |
|
|
if err != nil { |
|
|
if err != nil { |
|
|