Skip to content

Commit 7a0848a

Browse files
committed
readme
readme
1 parent da7de82 commit 7a0848a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# 微信mac协议。
2-
# 请进入 http://www.keduoduo.online/ 进行注册授权,
3-
# 注册后将授权配置到app.config即可使用
4-
# 支持功能如下
2+
请进入 http://www.keduoduo.online/ 进行注册授权,
3+
注册后将授权配置到app.config即可使用
4+
支持功能如下
55

66
· --
7+
78
/// <summary>
89
/// 账户与密码登录方式
910
/// </summary>
@@ -12,6 +13,7 @@
1213
/// <param name="password">二维码验证密码</param>
1314
/// <param name="result">二级指针,json字符串,返回执行结果</param>
1415
/// <returns></returns>
16+
[DllImport("wxipadapi6.7.dll", EntryPoint = "WXUserLogin")]
1517
public static extern void WXUserLogin(int objects, string user, string password, int result);
1618

1719
/// <summary>

0 commit comments

Comments
 (0)