Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAGA模式下,逆向操作可以传参吗? #37

Closed
beihai23 opened this issue Sep 28, 2021 · 1 comment
Closed

SAGA模式下,逆向操作可以传参吗? #37

beihai23 opened this issue Sep 28, 2021 · 1 comment
Labels
question Further information is requested

Comments

@beihai23
Copy link

Add子事务的时候Add(payfsm.provider+"/TransOut", payfsm.provider+"/TransOutCompensate", req)
req这个参数在执行transout时被传入,那么发生逆向操作时,是不是也会把这个req传入?

@yedf2
Copy link
Contributor

yedf2 commented Sep 28, 2021

是的,这个req会传给TransOut和TransOutCompensate

@li-xiao-shuang li-xiao-shuang added the question Further information is requested label Nov 22, 2021
@yedf2 yedf2 closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants