@@ -210,8 +210,8 @@ |
||
| 210 | 210 | //生成签名 |
| 211 | 211 | $sign = $this->createSign(); |
| 212 | 212 | //组织参数 |
| 213 | - $this->param .= '&userkey=' . $sign; |
|
| 214 | - $url = "http://" . $this->api . "/" . $this->method . ".do?{$this->param}"; |
|
| 213 | + $this->param .= '&userkey='.$sign; |
|
| 214 | + $url = "http://".$this->api."/".$this->method.".do?{$this->param}"; |
|
| 215 | 215 | $result = file_get_contents($url); |
| 216 | 216 | $result = Xmls::toArray($result); |
| 217 | 217 | $this->output = $result; |