Commit c41ba262 authored by fangliyan's avatar fangliyan

base_id 取消收藏

parent ba9d3276
...@@ -881,6 +881,8 @@ class Esf_center_api extends MY_Controller { ...@@ -881,6 +881,8 @@ class Esf_center_api extends MY_Controller {
$return = $this->user_model->delcollect($id); $return = $this->user_model->delcollect($id);
} }
$result = 0;
$msg = '取消失败';
if($return == 'N_COL'){ if($return == 'N_COL'){
//$result = 2; //$result = 2;
//$msg = '无此收藏'; //$msg = '无此收藏';
......
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