Commit 2e2b2b55 by dzhang

add agentId

parent 171c747c
......@@ -54,6 +54,7 @@ interface OrderInterface
* @param integer $skuId
* @param integer $subStoreId
* @param integer $couponId
* @param integer $agentId 代理商Id
* @return mixed
*/
public function createOrder(
......@@ -72,7 +73,8 @@ interface OrderInterface
string $message = '',
int $skuId=0,
int $subStoreId=0,
int $couponId=0
int $couponId=0,
int $agentId=0
);
/**
* 根据子订单ID查询订单详情
......
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