소스 검색

增加渠道结算服务

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;
+}