lujin vor 1 Jahr
Ursprung
Commit
65edc01210

BIN
app/release/jz_app_v1.3.4_release_0713.apk → app/release/jz_app_v1.3.4_release_0714.apk Datei anzeigen


+ 1
- 1
app/release/output-metadata.json Datei anzeigen

@@ -12,7 +12,7 @@
"filters": [],
"versionCode": 34,
"versionName": "1.3.4",
"outputFile": "jz_app_v1.3.4_release_0713.apk"
"outputFile": "jz_app_v1.3.4_release_0714.apk"
}
]
}

+ 1
- 0
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/ydplatform/YDPlatformNewlyStep4Activity.java Datei anzeigen

@@ -388,6 +388,7 @@ public class YDPlatformNewlyStep4Activity extends AppActivity {
params.put("type", "1".equals(getIntent().getStringExtra("userType")) ? ("1".equals(getIntent().getStringExtra("type")) ? "1" : "2") : ("1".equals(getIntent().getStringExtra("type")) ? "3" : "4"));
params.put("productId", getIntent().getStringExtra("productId"));
params.put("encryptedData", JSONObject.toJSONString(encryptedData));
params.put("staffId",MyShared.getInstance().get(MyShared.OPENID,"")+"");
params.put("filename", YdCode.YDCODE_CAR_LICENSE_ISSUE);
MyRetrofit.ydNewInstance(YDPlatformNewlyStep4Activity.this, true, "", params, new MyRetrofit.ReturnResult() {
@Override

Laden…
Abbrechen
Speichern