mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-26 01:24:27 +08:00
安装程序
This commit is contained in:
@ -67,7 +67,7 @@ class Answer extends Common
|
||||
'page_total' => $page_total,
|
||||
'data' => $data['data'],
|
||||
];
|
||||
return json(DataReturn('success', 0, $result));
|
||||
return DataReturn('success', 0, $result);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -85,8 +85,7 @@ class Answer extends Common
|
||||
|
||||
$params = $this->data_post;
|
||||
$params['user'] = $this->user;
|
||||
$ret = AnswerService::Add($params);
|
||||
return json($ret);
|
||||
return AnswerService::Add($params);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user