Giter Club home page Giter Club logo

Comments (7)

chenhg5 avatar chenhg5 commented on August 22, 2024

这是安卓版本:

image

这是createPayment函数:

createPayment: function (data) {
        return $http.post(ENV.DOMAIN + 'common/pay',data).then(function(response) {
            console.log('charge:'+JSON.stringify(response.data));
            window.pingpp.createPayment(response.data, function () {
                console.log('succeed!');
            }, function (err) {
                console.log('pingpp请求:'+JSON.stringify(err));
            });
        }, function(response) {
            console.log('http请求:'+JSON.stringify(response));
        });
    },`

from cordova-plugin-pingpp.

mayaqi123 avatar mayaqi123 commented on August 22, 2024

楼主您好,我遇到了跟您一样的问题,请问您解决了吗?

from cordova-plugin-pingpp.

chenhg5 avatar chenhg5 commented on August 22, 2024

@mayaqi123 没有,用了另一个插件后来。

from cordova-plugin-pingpp.

rightbayes avatar rightbayes commented on August 22, 2024

@chenhg5 请问你用的是什么插件?

from cordova-plugin-pingpp.

chenhg5 avatar chenhg5 commented on August 22, 2024

@rightbayes cordova-alipay-base, 这个插件

from cordova-plugin-pingpp.

neoliao avatar neoliao commented on August 22, 2024

下载pingxx android 2.1.3的sdk, ios 2.2.4手工替换一下可以解决闪退等问题

from cordova-plugin-pingpp.

GP2513 avatar GP2513 commented on August 22, 2024

@neoliao 请问怎么操作能否加Q聊一下我们正在被这个问题所困扰

from cordova-plugin-pingpp.

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.