Giter Club home page Giter Club logo

Comments (11)

fzlee avatar fzlee commented on August 19, 2024

可以给出你调用接口的具体方法吗?我这边目前是好的。

from alipay.

HadXu avatar HadXu commented on August 19, 2024

我也不知道哪里有问题,能加qq联系么,调用的是app支付

from alipay.

fzlee avatar fzlee commented on August 19, 2024

我不太用QQ老实说,你可以贴上生成order_string的部分代码,我可以帮忙看看

from alipay.

HadXu avatar HadXu commented on August 19, 2024
alipay = AliPay(appid=Config.ALIPAY_PARTNER_ID, app_private_key_path=Config.ALIPAY_PRIVATE_KEY,
                app_alipay_public_key_path=Config.ALIPAY_PUBLIC_KEY, sign_type='RSA2',
                app_notify_url=Config.ALIPAY_NOTIFY_URL)

order_string = alipay.create_app_trade(out_trade_no="20161112", total_amount="0.01", subject="testing order")

from alipay.

fzlee avatar fzlee commented on August 19, 2024

你的接口调用方法应该没有问题。你可以帮忙确认以下几件事情吗?

  1. 我看见你的appid是ALIPAY_PARTNER_ID。你要确认这个确实是用于app支付的appid。
  2. 试试将total_amount变为0.01而不是"0.01".
  3. 尝试调用这个方法alipay.create_wap_trade在浏览器里面尝试支付一笔订单。
  4. 给出支付宝报错的完整输出,后台或者浏览器报的错都可以

from alipay.

HadXu avatar HadXu commented on August 19, 2024

好 我现在调试

from alipay.

HadXu avatar HadXu commented on August 19, 2024

能给一个简便的联系方式么,github上聊天有点怪

from alipay.

fzlee avatar fzlee commented on August 19, 2024

[email protected] 邮件吧

from alipay.

HadXu avatar HadXu commented on August 19, 2024

可以

from alipay.

fzlee avatar fzlee commented on August 19, 2024

image
环境配置问题,和这个库无关

from alipay.

HadXu avatar HadXu commented on August 19, 2024

恩恩 调试好了 多谢帮助

from alipay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.