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
` @alipay_client.page_execute_url( method: AlipayScan::Interface::TradePagePay, biz_content: JSON.generate({ out_trade_no: '1234567891112', product_code: 'FAST_INSTANT_TRADE_PAY', total_amount: '0.01', subject: '测试一下', qr_pay_mode: 4, }, ascii_only: true), timestamp: Time.now.strftime('%Y-%m-%d %H:%M:%S'), notify_url: "#{::HostSetting.domain}/pay/alipays/alipay_scan_code_notify",
)`
扫码支付成功后 不通知notify_url的地址,请问支持notify_url参数吗。
The text was updated successfully, but these errors were encountered:
支持的,notify_url 加上 http:// 或者 https:// 看看。
http://
https://
Sorry, something went wrong.
好的,多谢。
No branches or pull requests
`
@alipay_client.page_execute_url(
method: AlipayScan::Interface::TradePagePay,
biz_content: JSON.generate({
out_trade_no: '1234567891112',
product_code: 'FAST_INSTANT_TRADE_PAY',
total_amount: '0.01',
subject: '测试一下',
qr_pay_mode: 4,
}, ascii_only: true),
timestamp: Time.now.strftime('%Y-%m-%d %H:%M:%S'),
notify_url: "#{::HostSetting.domain}/pay/alipays/alipay_scan_code_notify",
扫码支付成功后 不通知notify_url的地址,请问支持notify_url参数吗。
The text was updated successfully, but these errors were encountered: