Browse Source

增加渠道结算服务

alexzy 2 năm trước cách đây
mục cha
commit
82dad07bd8
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      src/admin/PromoteSettlementServiceInterface.php

+ 13 - 0
src/admin/PromoteSettlementServiceInterface.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace Yxy\Service\admin;
+
+interface PromoteSettlementServiceInterface
+{
+    /**
+     * 结算订单
+     * @param array $ids
+     * @return void
+     */
+    public function settlementAll(array $ids): void;
+}