Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

交易订单处理失败,请稍后再试。(AL164) #40

Open
Adam23Yuan opened this issue Jul 8, 2016 · 6 comments
Open

交易订单处理失败,请稍后再试。(AL164) #40

Adam23Yuan opened this issue Jul 8, 2016 · 6 comments

Comments

@Adam23Yuan
Copy link

交易订单处理失败,请稍后再试。(AL164)
启动支付网关前 报这个面这个错 是什么原因 有谁遇到过?

@Adam23Yuan
Copy link
Author

screenshot_2016-07-08-18-19-40_com eg android ali

@MinionsDave
Copy link

MinionsDave commented Aug 5, 2016

楼上可以把error.resultStatus alert出来看下。

我也遇到了这儿问题
errorResult是
{ resultStatus: 6001, result: '', memo: '操作已经取消' }
我的cordova版本是6.0.0
测试手机的安卓版本是6.0.1 MMB29M
我用的是自动安装的方式
请问里面的[你的pid]这个[]要保留吗?
我最后生成的plugin.xml是这样的
`

AlipayPlugin
MIT license
支付宝支付插件,alipay payment
alipay, payment
https://github.com/charleyw/cordova-plugin-alipay
https://github.com/charleyw/cordova-plugin-alipay/issues

<config-file target="AndroidManifest.xml" parent="/manifest/application">
  <!-- alipay sdk begin -->
  <activity android:name="com.alipay.sdk.app.H5PayActivity"
    android:configChanges="orientation|keyboardHidden|navigation"
    android:exported="false" android:screenOrientation="behind"
    android:windowSoftInputMode="adjustResize|stateHidden">
  </activity>
  <!-- alipay sdk end -->
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest">
  <uses-permission android:name="android.permission.INTERNET" />
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>

<source-file src="src/android/libs/alipaySDK-20150724.jar" target-dir="libs"/>

<source-file src="src/android/AliPayPlugin.java" target-dir="src/wang/imchao/plugin/alipay"/>
<source-file src="src/android/PayResult.java" target-dir="src/wang/imchao/plugin/alipay"/>
<source-file src="src/android/Base64.java" target-dir="src/wang/imchao/plugin/alipay"/>
<source-file src="src/android/SignUtils.java" target-dir="src/wang/imchao/plugin/alipay"/>
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
  <array>
      <dict>
          <key>CFBundleURLName</key>
          <string>alipay</string>
          <key>CFBundleURLSchemes</key>
          <array>
              <string>a$PARTNER_ID</string>
          </array>
      </dict>
  </array>
</config-file>

<framework src="CoreTelephony.framework" weak="true" />
<framework src="Security.framework" weak="true" />
<framework src="SystemConfiguration.framework" weak="true" />

<framework src="src/ios/lib/AlipaySDK.framework" custom="true" />
<framework src="src/ios/lib/openssl.framework" custom="true" />

<header-file src="src/ios/AlipayPlugin.h"/>
<source-file src="src/ios/AlipayPlugin.m"/>

<header-file src="src/ios/Order.h"/>
<source-file src="src/ios/Order.m"/>

<header-file src="src/ios/Util/DataSigner.h"/>
<header-file src="src/ios/Util/NSDataEx.h"/>
<header-file src="src/ios/Util/RSADataSigner.h"/>
<header-file src="src/ios/Util/openssl_wrapper.h"/>

<source-file src="src/ios/Util/DataSigner.m"/>
<source-file src="src/ios/Util/NSDataEx.m"/>
<source-file src="src/ios/Util/RSADataSigner.m"/>
<source-file src="src/ios/Util/openssl_wrapper.m"/>
`

请问是不是我的操作出现错误了?

@charleyw
Copy link
Owner

charleyw commented Aug 6, 2016

@MinionsDave [] 不需要的。

@MinionsDave
Copy link

是我支付宝账号填错了,必须是商户的支付宝账号。一样有这个错误的话可以看一下。

@cxpyear
Copy link

cxpyear commented Oct 12, 2016

@charleyw 你好,我用支付宝的工具验证了一下 密钥和公钥是能对应上的 但是还是报这个错误 请问下该怎么办啊

@charleyw
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants