no message

This commit is contained in:
hellcat 2026-01-02 19:28:58 +08:00
parent 295b388f32
commit 6b28e1a3fa

View File

@ -15,7 +15,7 @@ class SiteMap extends Base {
$this->oDog = new Dog(new ModelSiteMap());
$this->oDog->_setDogName("siteMap");
$this->oDog->_setPrimaryKey("code"); // 可选默认id
$this->oDog->_setJsonField(["config"]);
$this->oDog->_setJsonField(["config", "api_path"]);
// $this->oDog->_setStrField(["content"]);
// $this->aUpdate = $aUpdate;
}