ソースを参照

pay result action

hanjing 7 年 前
コミット
71ef5fbac5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/view/activity/RechargeResultAct.java

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/activity/RechargeResultAct.java

@@ -80,7 +80,7 @@ public class RechargeResultAct extends BaseActivity {
             ComponentName appName = new ComponentName(gowhere, "com.yog.kothoth.view.activity.SSRechargeActivity");
             Intent intent = new Intent();
             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("status", "9000".equals(resultStatus) ? 2 : -2);
             intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);