Git Product home page Git Product logo

cordova-plugin-alipay's People

Contributors

chen4342024 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cordova-plugin-alipay's Issues

内嵌商户私钥会不会泄露?

目前的用法要把商户私钥内嵌在插件源代码中,并会被编译到客户端app当中,这样会有商户私钥泄露的风险。

看起来这个私钥的唯一用途是要在客户端进行签名,但是签名这个过程完全可以在服务器端完成,这样能避免私钥泄露。

@chen4342024 请问有必要担心这个问题吗?支付宝商户私钥泄露算不算是个问题呢?

回调URL

order.notifyURL = @"http://www.xxx.com"; //回调URL
这里要手动修改?

不好意思,开发文档可否写得更详细点?

您好~我是使用ionic 框架来做ios app的,关于第一个步骤:

1.启动IDE(如Xcode),plugin下 libs的库,并导入到项目工程中。
AlipaySDK.bundle
AlipaySDK.framework
libcrypto.a
libssl.a

不知道这里是如何操作的?而且我也找不着libcrypto.a和libssl.a这两个文件。

请建议。
谢谢!

无法调用支付,请指教

我使用这个插件,但是,就是死活没办法调用支付,点了支付按钮,function里触发cordova.plugins.AlipayPlugin.alipay, 但是没有任何反应,也没有错误,希望能给点提示,可能是什么问题,怎么进行debug等。

谢谢。

ionic中使用,编译报错。phper,相关知识偏弱。求指教

warning: Ignoring InnerClasses attribute for an anonymous inner class
(com.alipay.sdk.app.m) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is not an inner class.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
加了一个权限,就好了
< uses-permission android:name="android.permission.CALL_PHONE" />
不太能懂。

支付流水号获取不到

使用起来很方便!我问个问题啊?我这边传入了out_trade_no,支付宝返回信息也有,但是没有一个trade_no,那个是支付宝交易的流水号?大神指导一下,为啥返回信息里没有

签名失败的问题

在Android下通过debug跟踪查到签名失败的问题,SignUtils.java中的sign函数签名返回的是null,已检查私钥没有问题,请教关于rsa签名的问题怎么解决?谢谢

配置ios 端的问题

1.启动IDE(如Xcode),plugin下 libs的库,并导入到项目工程中。
  AlipaySDK.bundle
  AlipaySDK.framework
  //libcrypto.a
  //libssl.a

是否要先拷贝再导入?

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.