Skip to content

Commit 33f8973

Browse files
committed
Modify Configuration
1 parent d27cf9e commit 33f8973

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.zh-CN.md

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
12 - base directory Alipay.dart
6060
- how use weixin pay
61-
- 没有android手机,所以安装夜神模拟器模拟微信支付, adb.exe connect 127.0.0.1:62001
6261
- [运行官网示例](https://www.jianshu.com/p/84eac713f007)
6362
- [官网文档](https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=8_5)
6463
- [Android资源](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319167&token=&lang=zh_CN5)

android/app/src/main/java/com/example/example/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void handleMessage(Message msg) {
6464
protected void onCreate(Bundle savedInstanceState) {
6565
EnvUtils.setEnv(EnvUtils.EnvEnum.SANDBOX);
6666
super.onCreate(savedInstanceState);
67-
api = WXAPIFactory.createWXAPI(this, "wxb4ba3c02aa476ea1");
67+
api = WXAPIFactory.createWXAPI(this, "wxd930ea5d5a258f4f");
6868
requestPermission();
6969
GeneratedPluginRegistrant.registerWith(this);
7070

0 commit comments

Comments
 (0)