Commit ec068fb1 by dzhang

优惠券&积分

parent 8ec0a643
......@@ -54,7 +54,6 @@ interface OrderInterface
* @param integer $skuId
* @param integer $subStoreId
* @param integer $couponId
* @param integer $agentId 代理商Id
* @return mixed
*/
public function createOrder(
......@@ -73,8 +72,7 @@ interface OrderInterface
string $message = '',
int $skuId=0,
int $subStoreId=0,
int $couponId=0,
int $agentId=0
int $couponId=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