<?php
namespace Lackoxygen\TopWarehouse\Request\Order;
class OrderEntryStatusRequest extends OrderNotifyRequest
{
protected function initialize(): void
{
parent::initialize();
$this->path = '/order.do?method=epass.push.orders.b2c.inbound.status.add';
}
}