Commit b8b20679 by feixiang

订单服务接口增加更新订单

parent c64e64b4
...@@ -54,4 +54,6 @@ interface OrderInterface ...@@ -54,4 +54,6 @@ interface OrderInterface
public function getOrderInfo(int $storeId,int $orderId); public function getOrderInfo(int $storeId,int $orderId);
public function getOrderInfoBySn(int $storeId, string $orderSn); public function getOrderInfoBySn(int $storeId, string $orderSn);
public function updateInfoById(int $orderId, array $updateInfo);
} }
\ 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