...
|
...
|
@@ -482,7 +482,7 @@ class Common extends Api |
|
|
public function TuikuanOperation()
|
|
|
{
|
|
|
Log::init([
|
|
|
'path' => LOG_PATH . 'tuikuanLog',
|
|
|
'path' => LOG_PATH . 'tuikuanLog' . date('Y-m-d H:i:s', time()),
|
|
|
'type' => 'file'
|
|
|
]);
|
|
|
$UserId = $this->IsToken($this->request->header());
|
...
|
...
|
|