Browse Source

语音拨打就有更新时间

lizhen_gitee 11 months ago
parent
commit
8a7afe4043
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Match.php

+ 1 - 0
application/api/controller/Match.php

@@ -296,6 +296,7 @@ class Match extends Api
                 'user_id' => $this->auth->id,
                 'price' => $price,
                 'createtime' => time(),
+                'updatetime' => time(),
                 'to_user_id' => $to_user_id,
                 'money' => $money,
                 'request_id' => $request_id,