File tree 2 files changed +1
-2
lines changed
android/app/src/main/java/com/example/example
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 58
58
59
59
12 - base directory Alipay.dart
60
60
- how use weixin pay
61
- - 没有android手机,所以安装夜神模拟器模拟微信支付, adb.exe connect 127.0.0.1:62001
62
61
- [ 运行官网示例] ( https://www.jianshu.com/p/84eac713f007 )
63
62
- [ 官网文档] ( https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=8_5 )
64
63
- [ Android资源] ( https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319167&token=&lang=zh_CN5 )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void handleMessage(Message msg) {
64
64
protected void onCreate (Bundle savedInstanceState ) {
65
65
EnvUtils .setEnv (EnvUtils .EnvEnum .SANDBOX );
66
66
super .onCreate (savedInstanceState );
67
- api = WXAPIFactory .createWXAPI (this , "wxb4ba3c02aa476ea1 " );
67
+ api = WXAPIFactory .createWXAPI (this , "wxd930ea5d5a258f4f " );
68
68
requestPermission ();
69
69
GeneratedPluginRegistrant .registerWith (this );
70
70
You can’t perform that action at this time.
0 commit comments