1.提交缺失的东西

This commit is contained in:
2025-05-16 16:20:06 +08:00
parent e975b4da98
commit 0a32f51df3
5 changed files with 310 additions and 1 deletions

View File

@ -34,6 +34,8 @@ class OrderController extends BaseApiController
{
//订单列表
private $client;
public function lists()
{
$type = $this->request->get('type', 'all');