Passed
Push — v6 ( c76d97...3606bd )
by 光春
03:01
created
src/service/decent/EJiAoFei.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,8 +210,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.