...
|
...
|
@@ -36,7 +36,7 @@ class BirdController extends HomeBaseController |
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
|
* @throws \think\exception\DbException
|
|
|
*/
|
|
|
public function createOrder($indent_id = null)
|
|
|
public function createOrder($indent_id = 106)
|
|
|
{
|
|
|
if(empty($indent_id)){
|
|
|
return "缺少必要参数";
|
...
|
...
|
|