소스 검색

增加国家实名认证系统上报游戏行为

alexzy 3 년 전
부모
커밋
8cdf2aabfa
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/AuthenticationServiceInterface.php

+ 8 - 0
src/AuthenticationServiceInterface.php

@@ -21,4 +21,12 @@ interface AuthenticationServiceInterface
      * @return string|bool
      */
     public function queryAuth($user_id, $biz_id);
+
+    /**
+     * 上报用户行为
+     * @param $data
+     * @param $biz_id
+     * @return bool
+     */
+    public function uploadLoginOut($data, $biz_id): bool;
 }