$orderModelClass
$orderModelClass : array
订单模型类
订单服务类 Class Order
getOrderList(\think\Collection|\think\Paginator $data, string $orderIndex = 'order', array $with = array()) : mixed
整理订单列表 (根据order_type获取不同类型的订单记录)
\think\Collection|\think\Paginator | $data | 数据源 |
string | $orderIndex | 订单记录的索引 |
array | $with | 关联查询 |