Commit 511b5814 by liwotianname

add accountbook Incomerefund ordertime

parent 2217b455
# 1.0.40
- 商家退款账本接口增加 order_time字段 ByIds
# 1.0.39 # 1.0.39
- 添加获取卖家信息接口 ByIds - 添加获取卖家信息接口 ByIds
# 1.0.38 # 1.0.38
......
...@@ -37,7 +37,8 @@ interface AccountInterface ...@@ -37,7 +37,8 @@ interface AccountInterface
* @param $orderId * @param $orderId
* @return mixed * @return mixed
*/ */
public function IncomeRefund($storeId, $money, $orderId); public function IncomeRefund($storeId, $money, $orderId,$orderTime=0);
/** /**
......
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