UNPKG
@romejiang/koa-wechat-public
Version:
latest (0.1.17)
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
一款基于koa的微信公众号开发中间件
github.com/Changlon/koa-wechat-public
Changlon/koa-wechat-public
@romejiang/koa-wechat-public
/
typings
/
consumer.d.ts
12 lines
(7 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
WechatApplication
,{
WechatApplicationConfig
}
from
"."
;
export
declare
class
Consumer
{
app
:
WechatApplication
constructor
(
app
:
WechatApplication
)
/**获取关注者详细信息 */
getUserDetail
(
openid
:
string
):
Promise
<
any
> }