Commit 26979268 by feixiang

订单服务,获取订单信息参数调整

parent a6c9882f
......@@ -24,7 +24,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetOtherInfo(int $storeId, string $orderSn, array $consigneeFields = [], array $itemFields = [])
* @method ResultInterface deferGetList(int $storeId,array $ids)
* @method ResultInterface deferUnconfirmedCount(int $storeId)
* @method ResultInterface deferGetOrder(int $dbId, $orderSn)
* @method ResultInterface deferGetOrder($orderSn)
*/
interface OrderInterface
{
......@@ -242,6 +242,6 @@ interface OrderInterface
*/
public function unconfirmedCount(int $storeId);
public function getOrder(int $dbId, $orderSn);
public function getOrder($orderSn);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment