|
|
@ -35,7 +35,7 @@ class Api_SyssetController extends Ctrl_Api{ |
|
|
|
public function editSetAction(){ |
|
|
|
public function editSetAction(){ |
|
|
|
$uid = empty($this->POST['uid'])?Tool_Fnc::apiMsg('请先登录', '500'):$this->POST['uid']; |
|
|
|
$uid = empty($this->POST['uid'])?Tool_Fnc::apiMsg('请先登录', '500'):$this->POST['uid']; |
|
|
|
$cageSet = $this->POST['cageSet']; |
|
|
|
$cageSet = $this->POST['cageSet']; |
|
|
|
$cageSet['user_id']=$uid; |
|
|
|
$cageSet['c_user_id']=$uid; |
|
|
|
$squirrelSet = $this->POST['squirrelSet']; |
|
|
|
$squirrelSet = $this->POST['squirrelSet']; |
|
|
|
$squirrelSet['user_id']=$uid; |
|
|
|
$squirrelSet['user_id']=$uid; |
|
|
|
$excelSet = $this->POST['excelSet']; |
|
|
|
$excelSet = $this->POST['excelSet']; |
|
|
|