Commit afdbf14e by xmy

Merge branch 'ft-immediateDelivery' into test

parents 99be4589 cc8ed570
......@@ -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