|
@@ -80,7 +80,7 @@ public class RechargeResultAct extends BaseActivity {
|
|
|
ComponentName appName = new ComponentName(gowhere, "com.yog.kothoth.view.activity.SSRechargeActivity");
|
|
ComponentName appName = new ComponentName(gowhere, "com.yog.kothoth.view.activity.SSRechargeActivity");
|
|
|
Intent intent = new Intent();
|
|
Intent intent = new Intent();
|
|
|
intent.setComponent(appName);
|
|
intent.setComponent(appName);
|
|
|
- intent.putExtra("request_code", TextUtils.isEmpty(orderno) ? 777 : 666);
|
|
|
|
|
|
|
+ intent.putExtra("action", TextUtils.isEmpty(orderno) ? 777 : 666);
|
|
|
intent.putExtra("orderno", orderno);
|
|
intent.putExtra("orderno", orderno);
|
|
|
intent.putExtra("status", "9000".equals(resultStatus) ? 2 : -2);
|
|
intent.putExtra("status", "9000".equals(resultStatus) ? 2 : -2);
|
|
|
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
|
|
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
|