dongpin1059 2017-08-07 04:15
浏览 72

Stripe Alamofire响应看起来像数组,元素用分号分隔

I am making an Alamofire request but getting an odd response. (Swift 3)

Alamofire.request(url, parameters: params).validate(statusCode: 200..<300).responseJSON { response in

        if let result = response.result.value  {
            let JSON = result as! NSDictionary
            print("JSON: \(JSON)")

        }

This prints the following:

JSON: {
    message = "Payment has been charged";
    status = Success;
}

Looks solid, but I'm having trouble with two pieces of this response. First off, what is the type of this response. Array? Any? Dictionary? Second, how would I access an element in it. For instance, I want to check to see if the status equals Success.

The last piece of information I have is that my backend (in PHP) produces this with:

$response = array("status"=>"Success","message"=>"Payment has been charged");

Thank you for any insight!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
    • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
    • ¥500 火焰左右视图、视差(基于双目相机)
    • ¥100 set_link_state
    • ¥15 虚幻5 UE美术毛发渲染
    • ¥15 CVRP 图论 物流运输优化
    • ¥15 Tableau online 嵌入ppt失败
    • ¥100 支付宝网页转账系统不识别账号
    • ¥15 基于单片机的靶位控制系统
    • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)