| | |
| | | import com.weikou.beibeivideo.BasicTextHttpResponseHandler; |
| | | import com.weikou.beibeivideo.BeibeiVideoAPI; |
| | | import com.weikou.beibeivideo.BeibeiVideoApplication; |
| | | import com.weikou.beibeivideo.ui.BaseActivity; |
| | | import com.weikou.beibeivideo.util.UserUtil; |
| | | |
| | | import org.apache.http.Header; |
| | | import org.json.JSONObject; |
| | | |
| | | |
| | | public class WXEntryActivity extends Activity implements IWXAPIEventHandler { |
| | | public class WXEntryActivity extends BaseActivity implements IWXAPIEventHandler { |
| | | private static final int RETURN_MSG_TYPE_LOGIN = 1; |
| | | private static final int RETURN_MSG_TYPE_SHARE = 2; |
| | | private static final int RETURN_MSG_TYPE_XCX = 19; |