This commit is contained in:
tianshujie
2022-03-04 16:44:58 +08:00
parent 8b250b7e37
commit b83835f077
+2
View File
@@ -68,6 +68,8 @@ class webhook extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse')));
}
unset($this->lang->webhook->typeList['']);
$this->app->loadLang('action');
$this->view->title = $this->lang->webhook->api . $this->lang->colon . $this->lang->webhook->create;
$this->view->products = $this->loadModel('product')->getPairs();