Commit 7ff68cd8 authored by esf's avatar esf

测试

parent 8adb7726
......@@ -66,9 +66,6 @@ class zsb_api_model extends MY_Model{
public function getRequrstData($key,$param = array()){
$url = $this->getApiFullUrl($key);
$token = $this->getToken();
if($_COOKIE['ZKG']){
var_dump($token);
}
$aHeader = array('token:'.$token);
$response = $this->httpRequest($url,$aHeader,$param);
$response = json_decode($response,true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment