中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

swift調用支付寶

發布時間:2020-07-11 19:51:13 來源:網絡 閱讀:1189 作者:桂素偉 欄目:移動開發

開發環境xcode7.1 運行環境 IOS9.1

到支付寶面面下載IOS的移動支付功能的SDKAndroidIOS是同一個zip文件下)

http://doc.open.alipay.com/doc2/detail?treeId=54&articleId=103419&docType=1

然后申請商家支付寶,得到相應的private_keypartner,seller

IOS的資料在SDK文件夾的客戶端demo”下的IOS文件夾下

  • 復制AlipaySDK.bundle和AlipaySDK.framework到項目下

  • 復制IOS Demo下的兩個.a文件到項目下

  • 復制iOS Demo下的openssl文件夾,Util文件夾,Order.h,Order.m(省得自己在swift中定義訂單)文件到項目中

  • 在xcode中創建一個項目AlipayDemo,在項目中Add Files to AlipayDemo所有的.a文件和openssl文件夾,Util文件夾,Order.h,Order.m,此時系統提示創建頭文件,選擇允許創建(可以手動添加一個.h文件作為頭文件)

    swift調用支付寶

  • 如果在基于IOS9.0編譯,在info.list中添加如下xml代碼(info.list以SourceCode形式打開)

<key>NSAppTransportSecurity</key>
   <dict>
       <key>NSExceptionDomains</key>
       <dict>
           <key>alipay.com</key>
           <dict>
                <!--Include to allowsubdomains-->
               <key>NSIncludesSubdomains</key>
                <true/>
                <!--Include to allowinsecure HTTP requests-->
               <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
                <true/>
                <!--Include to specifyminimum TLS version-->
               <key>NSTemporaryExceptionMinimumTLSVersion</key>
               <string>TLSv1.0</string> 
               <key>NSTemporaryExceptionRequiresForwardSecrecy</key>
                <false/>
           </dict>
       </dict>
</dict>


  • 增加頭文件

Util中的base64.hopenssl_wrapper.h添加#import <Foundation/Foundation.h>,給支付寶AlipaySDK.h添加#import <Foundation/Foundation.h>#import<UIKit/UIKit.h>

  • 設置Build Settings

查找Bitcode,把Yes改成No

查打Header SearchPaths,點小+號,添加$(SRCROOT)/AlipayDemo

 

  • 在info的URL Types中添加一個GSWAlipayDemo的節點,以備代碼中Order的appScheme使用。

  • 代碼實現

import UIKit
class ViewController: UIViewController {
    override func viewDidLoad() {
        super.viewDidLoad()
        
        let but = UIButton(type: UIButtonType.System);
        but.setTitle("
支付", forState: UIControlState.Normal);
        but.backgroundColor = UIColor.greenColor();
        but.frame = CGRect(x: 10, y: 100, width: 100, height: 30);
        but.addTarget(self, action: "click", forControlEvents: UIControlEvents.TouchUpInside);
        self.view.addSubview(but);    }
    func click()
    {
        AliplayFunc();
       print("click")
    }
    var TicketTotalprice:Float=0.01;//支付金額
    var seller:String="支付寶申請的seller";
    var partner:String="支付寶申請的partner";
    var privateKey:String = "替換支付申請的privet_key";
    
    
    func AliplayFunc(){        
        let Orders = Order()        
        Orders.partner = partner        
        Orders.seller = seller        
        Orders.productName = "ProductName";        
        Orders.productDescription = "this is a goods";        
        Orders.amount = NSString(format: "%.2f",TicketTotalprice) as String ;//(價格必須小數點兩位)        
        Orders.tradeNO = "DJ0000000001" ;       
        Orders.notifyURL = "http://selftweb.com";        
        Orders.service = "mobile.securitypay.pay";        
        Orders.paymentType = "1";        
        Orders.inputCharset = "utf-8";        
        Orders.itBPay = "30m";        
        Orders.showUrl = "m.alipay.com";        
        let appScheme = "GSWAPayDemo";//在        
        let orderSpec = Orders.description;        
        let signer = CreateRSADataSigner(privateKey);        
        let signedString = signer.signString(orderSpec);        
        let orderString = "\(orderSpec)&sign=\"\(signedString)\"&sign_type=\"RSA\"";     
        AlipaySDK.defaultService().payOrder(orderString, fromScheme: appScheme, callback: { (resultDic) -> Void in            
            print("reslut = \(resultDic)");            
            if let Alipayjson = resultDic as? NSDictionary{                
                let resultStatus = Alipayjson.valueForKey("resultStatus") as! String 
                if resultStatus == "9000"{                    
                    print("OK")
                }else if resultStatus == "8000" {                    
                    print("正在處理中")                    
                    self.navigationController?.popViewControllerAnimated(true) 
                }else if resultStatus == "4000" {
                    print("訂單支付失敗");
                    self.navigationController?.popViewControllerAnimated(true)
                }else if resultStatus == "6001" {
                    print("用戶中途取消")
                    self.navigationController?.popViewControllerAnimated(true)
                }else if resultStatus == "6002" {
                    print("網絡連接出錯")
                    self.navigationController?.popViewControllerAnimated(true)
                }
            }
        })
    }
    override func didReceiveMemoryWarning() {
        super.didReceiveMemoryWarning()
        // Dispose of any resources that can be recreated.
    }
}

 Demo源代碼

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

柯坪县| 瑞昌市| 开化县| 家居| 科技| 赤壁市| 即墨市| 永吉县| 云林县| 澄江县| 桐柏县| 博客| 威海市| 轮台县| 友谊县| 南江县| 六盘水市| 谢通门县| 双江| 屏东县| 巴里| 南充市| 横山县| 曲水县| 聂拉木县| 竹溪县| 屏南县| 交口县| 堆龙德庆县| 怀化市| 怀来县| 永顺县| 屯门区| 乐清市| 大同市| 屏山县| 乌鲁木齐县| 博白县| 黔东| 闽侯县| 黄梅县|