aptinfo post msg modify
This commit is contained in:
@@ -156,7 +156,7 @@ class Aptinfo extends Wxapp{
|
||||
$log_msg = '用户报名';
|
||||
$cf_title && $log_msg = "用户通过【{$cf_title}】报名";
|
||||
$this->clues_entity->add_log($row['id'], $this->session['uid'], $uname, $log_msg);
|
||||
throw new Exception('预约成功,不需要重复报名', API_CODE_FAIL);
|
||||
throw new Exception('预约成功', API_CODE_FAIL);
|
||||
}
|
||||
|
||||
$jsondata['info'] = [
|
||||
|
||||
Reference in New Issue
Block a user