codev / adapters /wechat /protocol.js
chenbhao's picture
feat: /friend
e1bb50d
Raw
History Blame Contribute Delete
255 Bytes
// Stub for WeChat adapter protocol
export const WECHAT_DEFAULT_BASE_URL = 'https://api.weixin.qq.com';
export async function startWechatLoginWithQr() {
return { ok: false };
}
export async function pollWechatLoginWithQr() {
return { ok: false };
}