正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -36,7 +36,7 @@ class BirdController extends HomeBaseController | @@ -36,7 +36,7 @@ class BirdController extends HomeBaseController | ||
36 | * @throws \think\db\exception\ModelNotFoundException | 36 | * @throws \think\db\exception\ModelNotFoundException |
37 | * @throws \think\exception\DbException | 37 | * @throws \think\exception\DbException |
38 | */ | 38 | */ |
39 | - public function createOrder($indent_id = null) | 39 | + public function createOrder($indent_id = 106) |
40 | { | 40 | { |
41 | if(empty($indent_id)){ | 41 | if(empty($indent_id)){ |
42 | return "缺少必要参数"; | 42 | return "缺少必要参数"; |
-
请 注册 或 登录 后发表评论