EasyAbp/PaymentService

Where can I get the openId of the user?

Closed this issue · 1 comments

When Starting the wechat payment, I found that openId is required to create the payment.
image
What is the best way to get or store the user's openId here.

Sorry for missing your issue.

The ClaimPaymentOpenIdProvider is used to get OpenID that you stored in claims. If you did not store the OpenID there, you should get it from other ways. For example, if you are using the WeChatManagement module:
image