Commit cc8ed570 by xmy

feat:获取物流账号信息

parent 14bca027
......@@ -75,4 +75,13 @@ interface LogisticsInterface
* @throws RpcException
*/
public function order($storeId, $buyerId, array $receiver, $orderSn, $deliveryToken = null, $deliveryCode = null);
/**
* 获取账号信息
* @param $condition
* @param string[] $fields
* @return mixed
*/
public function getAccountByCondition($condition, $fields = ['*']);
}
\ 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