sunhao %!s(int64=5) %!d(string=hace) años
padre
commit
a58e1ea10d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Order.php

+ 1 - 0
app/Order.php

@@ -189,6 +189,7 @@ class Order extends Model
189 189
 	    $response = curl_exec($ch); 
190 190
 	    curl_close($ch);
191 191
 	    $response = json_decode($response, true);
192
+      Log::errorLog($params,['mjApi_response'=>$response],"order/mjApi",1,'');
192 193
 	    if (!$response || !is_array($response)) { 
193 194
 	        return false;
194 195
 	    }