作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

接收推送消息

... ... @@ -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 "缺少必要参数";
... ...