From 79e9bf3d8254a5596c12a1c706a03b4dd3587bbd Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Sat, 18 Dec 2021 08:04:15 +0000 Subject: [PATCH] deploy: a43106ac2448612f90a408f2abbc42e64bee83e2 --- index.html | 13 ++++++++----- interfaces/authresult.html | 6 +++--- interfaces/orderresult.html | 6 +++--- interfaces/orderresultstr.html | 6 +++--- modules.html | 13 ++++++++----- 5 files changed, 25 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 5acfd02..5d39ccb 100644 --- a/index.html +++ b/index.html @@ -2718,6 +2718,9 @@ img {

基于 React Native 的宝支付插件,支持 iOS/Android。适用于商家在 App 应用中集成支付宝支付功能,商家 APP 调用支付宝提供的 SDK,SDK 再调用支付宝 APP 内的支付模块。如果用户已安装支付宝APP,商家APP会跳转到支付宝中完成支付,支付完后跳回到商家 APP 内,最后展示支付结果。如果用户没有安装支付宝 APP,商家 APP 内会调起支付宝网页支付收银台,用户登录支付宝账户,支付完后展示支付结果。完整实例 Example | 完整的接口文档

+
+

⚠️ 4.0+ 在 iOS 打包中报错,这是因为使用阿里云产品的 SDK 出现 UTDID 冲突的问题,在 @EatherToo 的帮助下(#44),UTDID 被剥离了。可以在 Podfile 中加上 pod 'UTDID' 解决打包失败的问题。感谢 @abing

+

注意事项

@@ -2964,7 +2967,7 @@ img {
  • @@ -2996,7 +2999,7 @@ img {
  • @@ -3033,7 +3036,7 @@ img {
  • @@ -3056,7 +3059,7 @@ img {
  • @@ -3089,7 +3092,7 @@ img {
  • diff --git a/interfaces/authresult.html b/interfaces/authresult.html index a9cdd80..7b7de94 100644 --- a/interfaces/authresult.html +++ b/interfaces/authresult.html @@ -2744,7 +2744,7 @@ img {
    memo: string
    @@ -2759,7 +2759,7 @@ img {
    result: string
    @@ -2783,7 +2783,7 @@ img {
    resultStatus: "9000" | "4000" | "6001" | "6002"
    diff --git a/interfaces/orderresult.html b/interfaces/orderresult.html index 8d5f95a..c209282 100644 --- a/interfaces/orderresult.html +++ b/interfaces/orderresult.html @@ -2764,7 +2764,7 @@ img {
    memo: string
    @@ -2780,7 +2780,7 @@ img {
    result: string
    @@ -2805,7 +2805,7 @@ img {
    resultStatus: string
    diff --git a/interfaces/orderresultstr.html b/interfaces/orderresultstr.html index ee8bf95..46bcaf4 100644 --- a/interfaces/orderresultstr.html +++ b/interfaces/orderresultstr.html @@ -2745,7 +2745,7 @@ img {
    alipay_trade_app_pay_response: { app_id: string; charset: string; code: string; msg: string; out_trade_no: string; seller_id: string; timestamp: string; total_amount: number; trade_no: string }
    @@ -2832,7 +2832,7 @@ img {
    sign: string
    @@ -2842,7 +2842,7 @@ img {
    sign_type: "RSA2" | "RSA"
    diff --git a/modules.html b/modules.html index 261f33b..473503b 100644 --- a/modules.html +++ b/modules.html @@ -2718,6 +2718,9 @@ img {

    基于 React Native 的宝支付插件,支持 iOS/Android。适用于商家在 App 应用中集成支付宝支付功能,商家 APP 调用支付宝提供的 SDK,SDK 再调用支付宝 APP 内的支付模块。如果用户已安装支付宝APP,商家APP会跳转到支付宝中完成支付,支付完后跳回到商家 APP 内,最后展示支付结果。如果用户没有安装支付宝 APP,商家 APP 内会调起支付宝网页支付收银台,用户登录支付宝账户,支付完后展示支付结果。完整实例 Example | 完整的接口文档

    +
    +

    ⚠️ 4.0+ 在 iOS 打包中报错,这是因为使用阿里云产品的 SDK 出现 UTDID 冲突的问题,在 @EatherToo 的帮助下(#44),UTDID 被剥离了。可以在 Podfile 中加上 pod 'UTDID' 解决打包失败的问题。感谢 @abing

    +

    注意事项

    @@ -2963,7 +2966,7 @@ img {
  • @@ -2995,7 +2998,7 @@ img {
  • @@ -3032,7 +3035,7 @@ img {
  • @@ -3055,7 +3058,7 @@ img {
  • @@ -3088,7 +3091,7 @@ img {