不能在服务器上获取标题信息。我使用了改造1.9.0和头部的方法是

时间:2016-06-14 08:17:53

标签: android retrofit okhttp

public function get(){

foreach (getallheaders() as $name => $value) 

           {  
                  if($name=='id')
                 {
                  $id=$value;
                 }
           }
}

在服务器端我使用方法...

min

0 个答案:

没有答案