作者 王智

修复生成订单号 失败

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