fym201 / alipay-node-sdk

支付宝新版App支付nodejs版sdk.
MIT License
209 stars 64 forks source link

question about the link for webpage order #20

Closed superway117 closed 7 years ago

superway117 commented 7 years ago

after call ali.pagePay,i got params, compose the params with alipay gateway, the link is :

https://openapi.alipaydev.com/gateway.do/app_id=2016081600254883&biz_content=%7B%22out_trade_no%22%3A%221508459685024%22%2C%22subject%22%3A%22%E4%BC%9A%E5%91%98%E5%85%85%E5%80%BC%22%2C%22total_amount%22%3A%22120%22%2C%22product_code%22%3A%22FAST_INSTANT_TRADE_PAY%22%2C%22body%22%3A%22%E5%85%85%E5%80%BC%E5%AE%8C%E6%88%90%E5%90%8E%2CVIP%E4%BC%9A%E5%91%98%E5%BB%B6%E9%95%BF180%E5%A4%A9%22%2C%22timeout_express%22%3A%2210m%22%2C%22goods_type%22%3A%220%22%2C%22qr_pay_mode%22%3A0%7D&charset=utf-8&format=JSON&method=alipay.trade.page.pay&notify_url=http%3A%2F%2Fwww.xxxxxxx.com%2Falipay%2Fcallback&return_url=http%3A%2F%2Fwww.xxxxxxxx&sign_type=RSA&timestamp=2017-10-20%2008%3A34%3A45&version=1.0&sign=xxxxxxxxx

but the link looks is not a right link, any problem, could you help check it? sorry, i write this issue on ubunut , do not install Chinese input

superway117 commented 7 years ago

it is sandbox app_id

superway117 commented 7 years ago

or after the client get the :params = ali.pagePay, how to use it?