1.提交缺失的东西
This commit is contained in:
@ -34,6 +34,8 @@ class OrderController extends BaseApiController
|
||||
{
|
||||
|
||||
//订单列表
|
||||
private $client;
|
||||
|
||||
public function lists()
|
||||
{
|
||||
$type = $this->request->get('type', 'all');
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
namespace app\api\model;
|
||||
use app\common\model\distribution\DistributionOrder;
|
||||
use app\common\service\UrlServer;
|
||||
use think\Db;
|
||||
use think\facade\Db;
|
||||
use think\Model;
|
||||
|
||||
class User extends Model{
|
||||
|
||||
Reference in New Issue
Block a user