Commit e789994b authored by fangliyan's avatar fangliyan

Merge branch 'refs/heads/subscribe2.0' into release_dev_107

parents a6f910c9 c41ba262
...@@ -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