no message
This commit is contained in:
parent
8b88da3ccd
commit
55a010efb5
@ -480,7 +480,7 @@ final class HookController
|
||||
// /duckList
|
||||
if (strpos($sText, '/duckList') === 0 || strpos($sText, '\/duckList') === 0) {
|
||||
|
||||
$aDuckList = Ducks::all()->toArray();
|
||||
$aDuckList = Ducks::orderBy('name')->get()->toArray();
|
||||
|
||||
$aMsgData = [];
|
||||
foreach ($aDuckList as $k => $v) {
|
||||
@ -500,7 +500,7 @@ final class HookController
|
||||
// /zhuanfaList
|
||||
if (strpos($sText, '/zhuanfaList') === 0 || strpos($sText, '\/zhuanfaList') === 0) {
|
||||
|
||||
$aZhuanfaList = Zhuanfas::all()->toArray();
|
||||
$aDuckList = Ducks::orderBy('name')->get()->toArray();
|
||||
|
||||
$aMsgData = [];
|
||||
foreach ($aZhuanfaList as $k => $v) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user