$error
$error :
好物圈-订单同步 服务类 Class Shoping
import(array|\think\Collection $orderList, boolean $isCheck = true) : boolean
导入好物圈订单信息
array|\think\Collection | $orderList | 订单列表 |
boolean | $isCheck | 验证后台是否开启同步设置 |
update(array|\think\Collection $orderList) : boolean
更新好物圈订单信息
array|\think\Collection | $orderList | 订单列表 |
getLegalOrderList(array|\think\Collection $orderList, integer $orderType = \app\common\enum\OrderType::MASTER) : array|\think\Collection
获取存在好物圈记录的订单列表 用于过滤不存在好物圈同步记录的订单
array|\think\Collection | $orderList | 订单列表 |
integer | $orderType |
model(integer|null $id = null, array $with = array('user')) : \app\common\model\wow\Order|null
获取好物圈订单记录模型
integer|null | $id | |
array | $with |