GithubHelp home page GithubHelp logo

Comments (2)

lumixiliu avatar lumixiliu commented on June 26, 2024

upmp_wap 渠道的 result_url 是 Client 支付结果通知 url。 该 url 主要用于支付控件的支付完成或者失败后通知浏览器跳转的地址。该 url 需要接受一个参数,由控件返回,返回参数为:

0 - 支付成功时返回
1 - 支付失败时返回
-1 - 支付取消时返回
示例如下(其中蓝色部分为你填写的 result_url、 红色的数字为控件追加):

http://example.com/example?argName=0
http://example.com/example?argName=1
http://example.com/example?argName=-1
支付成功跳转到 http://example.com/result.php?code=0,
失败则跳转到 http://example.com/result.php?code=1,
取消则跳转到 http://example.com/result.php?code=-1。

你应该是extra 参数里面的 result_url 填写的不对。具体可以参考 https://pingxx.com/guidance/config

from pingpp-html5.

henter avatar henter commented on June 26, 2024

@lumixiliu 好的谢谢

from pingpp-html5.

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.