Commit 3598be31 3598be312dd1180cb8ab97060bffc4470a313bf4 by lemon

文件上传cos

1 parent e73e4a4e
...@@ -318,7 +318,7 @@ class PropertyTrackService extends Service ...@@ -318,7 +318,7 @@ class PropertyTrackService extends Service
318 318
319 try { 319 try {
320 320
321 $response = $client->post($this->request->getRequestUri(), [ 321 $response = $client->post('/api/inside/getCosToken', [
322 'json' => $this->request->only(['dir', 'material']), 322 'json' => $this->request->only(['dir', 'material']),
323 ]); 323 ]);
324 $respArr = json_decode($response->getBody()->getContents(), true); 324 $respArr = json_decode($response->getBody()->getContents(), true);
......