瀏覽代碼

增加渠道结算服务

alexzy 2 年之前
父節點
當前提交
82dad07bd8
共有 1 個文件被更改,包括 13 次插入0 次删除
  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;
+}