Commit 08c535cf by dzhang

add agentId

parent a94ed6fb
...@@ -72,9 +72,9 @@ interface OrderInterface ...@@ -72,9 +72,9 @@ interface OrderInterface
int $goodsPrice, int $goodsPrice,
string $message = '', string $message = '',
int $skuId=0, int $skuId=0,
int $subStoreId=0, int $subStoreId=0,
int $couponId=0, int $couponId=0,
int $agentId=0 int $agentId=0
); );
/** /**
* 根据子订单ID查询订单详情 * 根据子订单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