正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -35,11 +35,11 @@ class OaGlobalsoApi | @@ -35,11 +35,11 @@ class OaGlobalsoApi | ||
| 35 | public function order_info($order_id) | 35 | public function order_info($order_id) |
| 36 | { | 36 | { |
| 37 | $api_url = $this->url . '/api/order_info'; | 37 | $api_url = $this->url . '/api/order_info'; |
| 38 | - | ||
| 39 | $params = [ | 38 | $params = [ |
| 40 | 'token' => $this->token, | 39 | 'token' => $this->token, |
| 41 | 'order_id' => $order_id, | 40 | 'order_id' => $order_id, |
| 42 | ]; | 41 | ]; |
| 42 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($api_url, true) . PHP_EOL, FILE_APPEND); | ||
| 43 | // try { | 43 | // try { |
| 44 | $res = HttpUtils::get($api_url, $params); | 44 | $res = HttpUtils::get($api_url, $params); |
| 45 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export(12344444444444444444444, true) . PHP_EOL, FILE_APPEND); | 45 | @file_put_contents(storage_path('logs/lyh_error.log'), var_export(12344444444444444444444, true) . PHP_EOL, FILE_APPEND); |
-
请 注册 或 登录 后发表评论