Commit e6a28868 by 王召彬

修改注释

parent 1dcc090a
...@@ -41,7 +41,20 @@ interface RechargeInterface ...@@ -41,7 +41,20 @@ interface RechargeInterface
* 花费卡金额 * 花费卡金额
* @param int $storeId * @param int $storeId
* @param int $buyerId * @param int $buyerId
* @param int $goodOrderId * @param array $subOrders
* $subOrders 示例:
* [
* [
* 'id' => 333,
* 'itemName' => 'namenamename',
* 'actualAmount' => 444,
* ],
* [
* 'id' => 555,
* 'itemName' => 'namenamename',
* 'actualAmount' => 666,
* ],
* ]
* @return mixed * @return mixed
*/ */
public function spendCardMoney(int $storeId, int $buyerId, array $subOrders); public function spendCardMoney(int $storeId, int $buyerId, array $subOrders);
......
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