소스 검색

other fuck

hanjing 6 년 전
부모
커밋
a963d9ef13
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/src/developSheeptest/java/com/sheep/jiuyan/samllsheep/wxapi/WXEntryActivity.java

+ 2 - 2
app/src/developSheeptest/java/com/sheep/jiuyan/samllsheep/wxapi/WXEntryActivity.java

@@ -19,14 +19,14 @@ public class WXEntryActivity extends WXCallbackActivity {
     public void onCreate(Bundle bundle) {
     public void onCreate(Bundle bundle) {
         super.onCreate(bundle);
         super.onCreate(bundle);
         Log.i("wx auth", "wx auth intent");
         Log.i("wx auth", "wx auth intent");
-        WXAPIUtil.handle(this, getIntent());
+//        WXAPIUtil.handle(this, getIntent());
         finish();
         finish();
     }
     }
 
 
     @Override
     @Override
     public void onNewIntent(Intent newIntent) {
     public void onNewIntent(Intent newIntent) {
         Log.i("wx auth", "wx auth new intent");
         Log.i("wx auth", "wx auth new intent");
-        WXAPIUtil.handle(this, newIntent);
+//        WXAPIUtil.handle(this, newIntent);
         finish();
         finish();
     }
     }