Skip to content

Commit

Permalink
提交单独活动cookie的方式
Browse files Browse the repository at this point in the history
  • Loading branch information
liunian committed Apr 17, 2018
1 parent e4d1caf commit 35d9238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/hhly/pay/alipay/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public static String getCookieStr() {
String cookieStr = "";
// 获得cookieStr
if (m_lpparam != null) {
callStaticMethod(findClass("com.alipay.mobile.common.transportext.biz.appevent.AmnetUserInfo", Main.m_lpparam.classLoader), "getSessionid");
Context context = (Context) callStaticMethod(findClass("com.alipay.mobile.common.transportext.biz.shared.ExtTransportEnv", Main.m_lpparam.classLoader), "getAppContext");
if (context != null) {
Object readSettingServerUrl = callStaticMethod(findClass("com.alipay.mobile.common.helper.ReadSettingServerUrl", Main.m_lpparam.classLoader), "getInstance");
Expand Down

0 comments on commit 35d9238

Please sign in to comment.