no message
This commit is contained in:
parent
366c1927a9
commit
40203665ab
@ -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 = [];
|
||||
|
||||
@ -213,7 +213,7 @@ final class Schema
|
||||
$aSchemaPro[] = $aSchemaProRow; // 关键
|
||||
$aDataSend[] = $aSchemaProRow; // 公约
|
||||
} // is photo
|
||||
} else { // 通用
|
||||
} else { // 通用, 只有full
|
||||
if ($aSchemaProRow["type"] == "photo") {
|
||||
|
||||
$iPhotoFullSizeKey = $aSchemaDataRow["photo_fullSizeKey"];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user