UNPKG

@romejiang/koa-wechat-public

Version:

一款基于koa的微信公众号开发中间件

12 lines (7 loc) 259 B
import WechatApplication,{ WechatApplicationConfig } from "."; export declare class Consumer { app:WechatApplication constructor(app:WechatApplication) /**获取关注者详细信息 */ getUserDetail(openid:string):Promise<any> }