作者 王智

1111

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