Skip to content

Conversation

@WarmYunyang
Copy link
Contributor

No description provided.

Future<Map> pay(String order,
{AliPayEvn evn = AliPayEvn.online,
String? universalLink,
bool isOhosAutoSub = false}) async {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bool isOhosAutoSub = false这个可以删了

{AliPayEvn evn = AliPayEvn.online, String? universalLink}) async {
{AliPayEvn evn = AliPayEvn.online,
String? universalLink,
bool isOhosAutoSub = false}) async {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bool isOhosAutoSub = false 这个可以删了

@JarvanMo JarvanMo merged commit 48fcd5b into OpenFlutter:master Nov 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants