|
@@ -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
|
} |