We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
生成App支付的时候是: $config = $payment->configForAppPayment($prepayId);
前面的是统一下单是下面这个: $result = $payment->prepare($order); $prepareId = $result->prepay_id;
$prepayId与$prepareId的值换成同一个更方便大家阅读吧
The text was updated successfully, but these errors were encountered:
EasyWeChat/docs@2941c6e
No branches or pull requests
生成App支付的时候是:
$config = $payment->configForAppPayment($prepayId);
前面的是统一下单是下面这个:
$result = $payment->prepare($order);
$prepareId = $result->prepay_id;
$prepayId与$prepareId的值换成同一个更方便大家阅读吧
The text was updated successfully, but these errors were encountered: