shop->id); } public function incrQuantity($businessGoodsSku, $num, $incremental) { } public function downloadOrdersAndSave($beginTime, $endTime, $downloadType = 'default', $page = 1) { } public function batchIncrQuantity($businessGoodsSkus, $num, $incremental) { } public function downloadGoods($skuId) { // TODO: Implement downloadGoods() method. } public function createLogistic($orderSn, $waybillNo) { // TODO: Implement createLogistic() method. } public function cancelLogistic($orderSn, $waybillNo) { // TODO: Implement cancelLogistic() method. } }