cfmgrv4 init...3
This commit is contained in:
parent
583cd229cc
commit
c9fe06a5bc
@ -60,6 +60,7 @@ abstract class CloudflareController extends MVController
|
|||||||
$this->getModel()->transStart();
|
$this->getModel()->transStart();
|
||||||
try {
|
try {
|
||||||
// 여기에 필요한 로직을 구현하세요
|
// 여기에 필요한 로직을 구현하세요
|
||||||
|
log_message("debug", var_export($this->request->getVar(), true));
|
||||||
$this->trigger_process($uid);
|
$this->trigger_process($uid);
|
||||||
$this->message = "{$this->class_name}: Trigger 작업이 완료되었습니다.";
|
$this->message = "{$this->class_name}: Trigger 작업이 완료되었습니다.";
|
||||||
$this->getModel()->transCommit();
|
$this->getModel()->transCommit();
|
||||||
|
|||||||
@ -45,7 +45,7 @@ class ZoneController extends CloudflareController
|
|||||||
// $this->_account_entity = $this->getAccountModel()->getEntityByPK($this->entity->getParent());
|
// $this->_account_entity = $this->getAccountModel()->getEntityByPK($this->entity->getParent());
|
||||||
// //Socket처리
|
// //Socket처리
|
||||||
// $this->entity = $this->getMyLibrary()->sync($this->entity);
|
// $this->entity = $this->getMyLibrary()->sync($this->entity);
|
||||||
log_message("notice", "Zone Trigger 작업완료");
|
log_message("notice", "Zone Trigger {$uid} 작업완료");
|
||||||
}
|
}
|
||||||
public function trigger(mixed $uid): ResponseInterface
|
public function trigger(mixed $uid): ResponseInterface
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user