Commit 52ffaa92 authored by pengfei's avatar pengfei

update 申请团长接口返回值

parent 2e856875
...@@ -31,7 +31,7 @@ class ColonelController extends Base ...@@ -31,7 +31,7 @@ class ColonelController extends Base
$params = $this->params; $params = $this->params;
(new ColonelApplyValidate())->validate(); (new ColonelApplyValidate())->validate();
$applyId = ColonelService::apply($params); $applyId = ColonelService::apply($params);
return $this->success(['result' => ['applyId' => $applyId]]); return $this->success(['result' => ['apply_id' => $applyId]]);
} }
/** /**
......
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