Commit 0689b20c authored by shajiaiming's avatar shajiaiming

应用类别相关接口

parent 24dae7f9
...@@ -105,7 +105,6 @@ class ApplicationCategoryController extends BaseController ...@@ -105,7 +105,6 @@ class ApplicationCategoryController extends BaseController
unset($params['name']); unset($params['name']);
$params['name'] = $name; $params['name'] = $name;
echo json_encode($params);exit;
$model->load($params, ''); $model->load($params, '');
$result = $model->add(); $result = $model->add();
if (0 === $result['code']) { if (0 === $result['code']) {
......
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