|  |  |  | 
|---|
|  |  |  | _extraData.put("cporderid", _json.getString("orderId")); | 
|---|
|  |  |  | if (APP_ID.equals("yilexbqy")) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | _extraData.put("productid", _json.getString("xbqy")); | 
|---|
|  |  |  | _extraData.put("productid", "xbqy"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | _extraData.put("productid", _json.getString("snxxz")); | 
|---|
|  |  |  | _extraData.put("productid", "snxxz"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | YLPlatformUtil.getInstance().pay(_activity, | 
|---|
|  |  |  | _json.getString("title"), | 
|---|
|  |  |  | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case CodeU2A.SendRegistEvent: | 
|---|
|  |  |  | YLPlatformUtil.getInstance().SendRegisterEvent(); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case CodeU2A.SendLoginEvent: | 
|---|
|  |  |  | YLPlatformUtil.getInstance().SendLoginEvent(); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | PushEnable = activity.getPackageName().equals("com.android.yiru.menghtj"); | 
|---|
|  |  |  | PushEnable = activity.getPackageName().equals("com.yiru.menhtj"); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | new Thread(new Runnable() | 
|---|
|  |  |  | { | 
|---|