import { IFeidaoAiBrowserComponent, IFeidaoAiBrowserPage } from '../../../interfaces'; /** * 获取微信公众平台静默授权code * @param fd 页面响应fd * @param appid 微信公众平台appid * @example get_code(fd: IFeidaoAiBrowserPage, appid); */ export default function get_code(fd: IFeidaoAiBrowserPage | IFeidaoAiBrowserComponent, appid: string): any;