Explorar o código

增加渠道结算服务

alexzy %!s(int64=2) %!d(string=hai) anos
pai
achega
82dad07bd8
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  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;
+}