Commit 54746878 by 王召彬

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into test

parents c8fb8285 ad559fdb
......@@ -56,8 +56,10 @@ interface ProfileInterface
* 店员统计信息
* @param $storeId
* @param $cmanId
* @param $starTime
* @param $endTime
* @return mixed
*/
public function cmanCount($storeId,$cmanId);
public function cmanCount($storeId,$cmanId,$starTime,$endTime);
}
\ No newline at end of file
......@@ -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