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