|
@@ -62,6 +62,7 @@ public class PersonalCertificationActivity extends BaseMVPActivity<ActivityPerso
|
|
jsonObjectC.putOpt("realName", name);
|
|
jsonObjectC.putOpt("realName", name);
|
|
jsonObjectC.putOpt("idCardNo", certificateNum);
|
|
jsonObjectC.putOpt("idCardNo", certificateNum);
|
|
jsonObjectC.putOpt("save", true);
|
|
jsonObjectC.putOpt("save", true);
|
|
|
|
+ jsonObjectC.putOpt("contract", true);
|
|
} catch (JSONException e) {
|
|
} catch (JSONException e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|