作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

@@ -77,6 +77,7 @@ if (!function_exists('http_post')) { @@ -77,6 +77,7 @@ if (!function_exists('http_post')) {
77 $error_message = curl_error($ch); 77 $error_message = curl_error($ch);
78 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($error_message, true) . PHP_EOL, FILE_APPEND); 78 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($error_message, true) . PHP_EOL, FILE_APPEND);
79 } 79 }
  80 + @file_put_contents(storage_path('logs/lyh_error.log'), 11111111 . PHP_EOL, FILE_APPEND);
80 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND); 81 @file_put_contents(storage_path('logs/lyh_error.log'), var_export($res, true) . PHP_EOL, FILE_APPEND);
81 curl_close($ch); 82 curl_close($ch);
82 if($is_json){ 83 if($is_json){