|  |  |  | 
|---|
|  |  |  | _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"), | 
|---|
|  |  |  | 
|---|
|  |  |  | case CodeU2A.SendRegistEvent: | 
|---|
|  |  |  | YLPlatformUtil.getInstance().SendRegisterEvent(); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case CodeU2A.SendLoginEvent: | 
|---|
|  |  |  | YLPlatformUtil.getInstance().SendLoginEvent(); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } catch (JSONException e) | 
|---|