|
...
|
...
|
@@ -35,11 +35,11 @@ class OaGlobalsoApi |
|
|
|
public function order_info($order_id)
|
|
|
|
{
|
|
|
|
$api_url = $this->url . '/api/order_info';
|
|
|
|
|
|
|
|
$params = [
|
|
|
|
'token' => $this->token,
|
|
|
|
'order_id' => $order_id,
|
|
|
|
];
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($api_url, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
// try {
|
|
|
|
$res = HttpUtils::get($api_url, $params);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(12344444444444444444444, true) . PHP_EOL, FILE_APPEND);
|
...
|
...
|
|