作者 王智

1111

... ... @@ -158,6 +158,8 @@ class Config extends Api
}
// $Id = array_rand($Ids);
// $NEW = $this->shuffle_assoc($Ids);
dump(array_rand($Ids));
die;
$List = Db::name('gift_message')->where('id', array_rand($Ids))->find();
$data = [
'Content' => $List['content']
... ...