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

回调notify_url参数无效 #88

Closed
bluswang opened this issue May 5, 2019 · 2 comments
Closed

回调notify_url参数无效 #88

bluswang opened this issue May 5, 2019 · 2 comments

Comments

@bluswang
Copy link

bluswang commented May 5, 2019

`
@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参数吗。

@chloerei
Copy link
Owner

chloerei commented May 6, 2019

支持的,notify_url 加上 http:// 或者 https:// 看看。

@bluswang
Copy link
Author

bluswang commented May 8, 2019

好的,多谢。

@bluswang bluswang closed this as completed May 8, 2019
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

No branches or pull requests

2 participants