作者 王智

修复生成订单号 失败

... ... @@ -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());
... ...