Commit 657eaeab authored by wangjiangze's avatar wangjiangze

更新Sp站点绑定

parent 75479433
...@@ -51,6 +51,7 @@ class SpAction extends CommonAction{ ...@@ -51,6 +51,7 @@ class SpAction extends CommonAction{
$confModel = D("Conf"); $confModel = D("Conf");
$id = I('id','',int); $id = I('id','',int);
$data['site_id'] = I("site_id");
$data['name'] = I("name"); $data['name'] = I("name");
$data['code'] = I("code"); $data['code'] = I("code");
$data['email'] = I("email"); $data['email'] = I("email");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment