Merge pull request '简化预订单详情页面参数获取' (#264) from dev into main
Reviewed-on: #264
This commit is contained in:
commit
b1e671e9ae
@ -131,7 +131,7 @@ class BeforehandOrderController extends BaseAdminController
|
||||
*/
|
||||
public function detail()
|
||||
{
|
||||
$params = (new BeforehandOrderValidate())->goCheck('detail');
|
||||
$params = $this->request->get();
|
||||
$result = BeforehandOrderLogic::detail($params);
|
||||
return $this->data($result);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user