update waiting req
This commit is contained in:
@@ -44,7 +44,7 @@ class WaitingReq extends \yii\db\ActiveRecord {
|
||||
|
||||
public function create($data) {
|
||||
$r = $this->load([
|
||||
'content' => $data,
|
||||
'content' => json_encode($data),
|
||||
'time' => time()
|
||||
], '');
|
||||
if ($r) {
|
||||
|
||||
Reference in New Issue
Block a user