...
|
...
|
@@ -138,7 +138,7 @@ class BirdController extends HomeBaseController |
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
|
* @throws \think\exception\DbException
|
|
|
*/
|
|
|
public function getOrder($indent_id = null){
|
|
|
public function getOrder($indent_id = 112){
|
|
|
if(empty($indent_id)){
|
|
|
$this->error('缺少必要参数','','','');
|
|
|
}
|
...
|
...
|
|