no message

This commit is contained in:
hellcat 2026-07-28 20:02:12 +08:00
parent 366c1927a9
commit 40203665ab
2 changed files with 5 additions and 1 deletions

View File

@ -225,6 +225,10 @@ final class Cmd
public static function helper_cmdKeyByArticleGroup(string $sArticleGoupCode, $xDefultCmd = '', $xDefultValue = ''): array
{
$aBotCode = explode("::", $sArticleGoupCode);
$sArticleGoupCode = $aBotCode[0];
$aSiteGroupList = ModelArticleSiteMapGroup::where("article_group_code", $sArticleGoupCode)->pluck("site_group_code")->toArray();
$aCmdList = [];

View File

@ -213,7 +213,7 @@ final class Schema
$aSchemaPro[] = $aSchemaProRow; // 关键
$aDataSend[] = $aSchemaProRow; // 公约
} // is photo
} else { // 通用
} else { // 通用, 只有full
if ($aSchemaProRow["type"] == "photo") {
$iPhotoFullSizeKey = $aSchemaDataRow["photo_fullSizeKey"];