zhuchengjie 3 سال پیش
والد
کامیت
19f965d623
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      src/Services/Report/ReportInterface.php

+ 7 - 0
src/Services/Report/ReportInterface.php

@@ -18,4 +18,11 @@ interface ReportInterface
      * 获取注册数据上报参数
      */
     public function getRegisterQueryParams(ReportUserBindRecord $user): array;
+
+    /**
+     * 获取加卓数据上班参数
+     * @param ReportUserBindRecord $user
+     * @return array
+     */
+    public function getAddDeskQueryParams(ReportUserBindRecord $user): array;
 }