作者 lyh

gx

@@ -70,6 +70,7 @@ if (!function_exists('http_post')) { @@ -70,6 +70,7 @@ if (!function_exists('http_post')) {
70 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); 70 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);
71 } 71 }
72 curl_close($ch); 72 curl_close($ch);
  73 + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);
73 return json_decode($res, true); 74 return json_decode($res, true);
74 } 75 }
75 } 76 }
@@ -188,7 +188,6 @@ class InquiryInfoLogic extends BaseLogic @@ -188,7 +188,6 @@ class InquiryInfoLogic extends BaseLogic
188 $token = md5($post_data_new['refer'].$post_data_new['name'].$post_data_new['ip'].date("Y-m-d",time())); 188 $token = md5($post_data_new['refer'].$post_data_new['name'].$post_data_new['ip'].date("Y-m-d",time()));
189 $post_data_new['token'] = $token; 189 $post_data_new['token'] = $token;
190 @file_put_contents(storage_path('logs/lyh_error.log'), var_export(json_encode($post_data_new).'debug---------------55555', true) . PHP_EOL, FILE_APPEND); 190 @file_put_contents(storage_path('logs/lyh_error.log'), var_export(json_encode($post_data_new).'debug---------------55555', true) . PHP_EOL, FILE_APPEND);
191 -  
192 return http_post($url,$post_data_new); 191 return http_post($url,$post_data_new);
193 } 192 }
194 } 193 }