|
|
@@ -60,6 +60,7 @@ public class WXEntryActivity extends WXCallbackActivity {//implements IWXAPIEven
|
|
|
}
|
|
|
} else if (resp instanceof WXLaunchMiniProgram.Resp) {
|
|
|
WXLaunchMiniProgram.Resp miniResp = (WXLaunchMiniProgram.Resp) resp;
|
|
|
+ LogUtil.logI("-------------------------------: " + miniResp.extMsg);
|
|
|
MiniPayResult result = MiniPayResult.parse(miniResp.extMsg);
|
|
|
String code;
|
|
|
if ("success".equals(result.payResult)) {
|