Commit a9fc7358 by 王召彬

Merge branch 'fixbug'

parents e9b88059 0acfd1ff
# 2.0.72
- 移除updateMainOrderByPid
# 2.0.71
- 订单支付回调
......
......@@ -141,17 +141,6 @@ interface OrderInterface
public function updateInfoByPids(int $storeId,array $pIds,array $updateInfo);
/**
* 根据主订单ID更新订单信息
*
* @param integer $storeId
* @param integer $pId
* @param array $mainData
* @param array $subData
* @return bool
*/
public function updateMainOrderByPid(int $storeId,int $pId,array $mainData,array $subData=[]);
/**
* 订单支付回调
*
* @param integer $storeId
......
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