@dfeidao/atom-wxapp
Advanced tools
Comparing version 4.6.201904181158 to 4.6.201904181159
@@ -74,2 +74,2 @@ /** | ||
*/ | ||
export default function user_login<T>(service: string, usr: string, psw: string): Promise<string | object | ArrayBuffer>; | ||
export default function user_login(service: string, usr: string, psw: string): Promise<IUserInfo>; |
{ | ||
"name": "@dfeidao/atom-wxapp", | ||
"version": "4.6.201904181158", | ||
"version": "4.6.201904181159", | ||
"description": "原子操作", | ||
@@ -5,0 +5,0 @@ "nyc": { |
638281