Alamofire.request(.POST, "http://srxapp.zkkd.com/ios.php/Login/login", headers: ["token":token]).responseJSON { (data) in
雷雷Alamofire.request(.POST, "http://srxapp.zkkd.com/ios.php/Login/login", headers: ["token":token]).responseJSON { (data) in
雷雷
$_SERVER['HTTP_TOKEN']
getallheaders()['token'];
getallheaders
是apache_request_headers
的別名,不能用於nginx
伺服器,自己簡單寫一個函數
取得。
所有請求資料都在$_REQUEST中放的