import { IFeidaoAiNodejsPage, IWebResult } from '../../interfaces'; /** * 检查用户权限 * @param productid 产品id * @param client_type '2' h5 '3' web '9' 微信小程序 * @param fallback 失败后跳转的页面路径,通常是登陆页或403错误页 */ export default function check(fd: IFeidaoAiNodejsPage, productid: string, client_type: '2' | '3' | '9', fallback: string): Promise;