Pārlūkot izejas kodu

'2023年3月24日21:48:10'

master
wq pirms 2 gadiem
vecāks
revīzija
abde0d0b0d

Binārs
app/debug/KyushuETC1.0_v1.0.4_debug.apk Parādīt failu


+ 18
- 0
app/debug/output-metadata.json Parādīt failu

{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.huntersun.vkyes.etcopencard",
"variantName": "processDebugResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 10,
"versionName": "1.0.4",
"outputFile": "KyushuETC1.0_v1.0.4_debug.apk"
}
]
}

+ 3
- 3
app/src/main/AndroidManifest.xml Parādīt failu

android:name=".project.ui.activity.after.PetCardToAccountCardStep5Activity" android:name=".project.ui.activity.after.PetCardToAccountCardStep5Activity"
android:launchMode="singleTop" android:launchMode="singleTop"
android:screenOrientation="portrait" /> android:screenOrientation="portrait" />
<<<<<<< HEAD
<activity <activity
android:name=".project.ui.activity.my.RemoveLicensePlateOccupation" android:name=".project.ui.activity.my.RemoveLicensePlateOccupation"
android:launchMode="singleTop" android:launchMode="singleTop"
android:screenOrientation="portrait" /> android:screenOrientation="portrait" />
<activity <activity
android:name=".project.ui.activity.my.SuccessfulApplication" android:name=".project.ui.activity.my.SuccessfulApplication"
=======
android:launchMode="singleTop"
android:screenOrientation="portrait" />


<!--设备升级--> <!--设备升级-->
<activity <activity
<!--卡Pin码解锁--> <!--卡Pin码解锁-->
<activity <activity
android:name=".project.ui.activity.after.CardUnlockPinActivity" android:name=".project.ui.activity.after.CardUnlockPinActivity"
>>>>>>> 608485d102c8918ccb12ac6df40307a7260bccc2
android:launchMode="singleTop" android:launchMode="singleTop"
android:screenOrientation="portrait" /> android:screenOrientation="portrait" />
</application> </application>

+ 2
- 2
app/src/main/java/com/huntersun/vkyes/etcopencard/project/api/MyRetrofit.java Parādīt failu

* 回显地址:222.85.144.89:19002/xxxxxx * 回显地址:222.85.144.89:19002/xxxxxx
*/ */
// private final String BaseUrl = "http://58.16.58.161:19002/ifzt/api/"; // private final String BaseUrl = "http://58.16.58.161:19002/ifzt/api/";
private final String BaseUrl = "http://222.85.144.89:19002/ifzt/api/"; //接口地址
// private final String BaseUrl = "http://192.168.100.63:8087/ifzt/api/"; //VPN访问请求地址
// private final String BaseUrl = "http://222.85.144.89:19002/ifzt/api/"; //接口地址
private final String BaseUrl = "http://192.168.100.63:8087/ifzt/api/"; //VPN访问请求地址


private final String FileUrl = "http://222.85.144.89:19003/ifzt/api/"; //文件服务 private final String FileUrl = "http://222.85.144.89:19003/ifzt/api/"; //文件服务
private final String appId = "admin001"; private final String appId = "admin001";

+ 2
- 0
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/IdentityInformationUploadActivity.java Parādīt failu

fatherBean.bizContent.setUserNegImgUrl(imgUrl2); //反面图片地址 fatherBean.bizContent.setUserNegImgUrl(imgUrl2); //反面图片地址
fatherBean.bizContent.setTel(binding.text2.getText() + ""); //开户人手机号码 fatherBean.bizContent.setTel(binding.text2.getText() + ""); //开户人手机号码
fatherBean.bizContent.setAddress(binding.text4.getText() + ""); //开户人地址 fatherBean.bizContent.setAddress(binding.text4.getText() + ""); //开户人地址

fatherBean.bizContent.setAgentIdType("101"); //经办人证件类型 fatherBean.bizContent.setAgentIdType("101"); //经办人证件类型
fatherBean.bizContent.setAgentIdNum(binding.text7.getText() + ""); //经办人证件号码 fatherBean.bizContent.setAgentIdNum(binding.text7.getText() + ""); //经办人证件号码
fatherBean.bizContent.setAgentName(binding.text6.getText() + ""); //经办人姓名
fatherBean.bizContent.setAgentPosImgUrl(imgUrl3); //经办人正面图片地址 fatherBean.bizContent.setAgentPosImgUrl(imgUrl3); //经办人正面图片地址
fatherBean.bizContent.setAgentNegImgUrl(imgUrl4); //经办人反面图片地址 fatherBean.bizContent.setAgentNegImgUrl(imgUrl4); //经办人反面图片地址
fatherBean.bizContent.setProxyUrl(imgUrl5); //委托书图片地址 fatherBean.bizContent.setProxyUrl(imgUrl5); //委托书图片地址

+ 1
- 0
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/VehicleInformationActivity.java Parādīt failu

fatherBean.bizContent.setMaintenaceMass(binding.text6.getText() + ""); //整备质量 fatherBean.bizContent.setMaintenaceMass(binding.text6.getText() + ""); //整备质量
fatherBean.bizContent.setVehicleDimensions(binding.text7.getText() + ""); //车辆尺寸 fatherBean.bizContent.setVehicleDimensions(binding.text7.getText() + ""); //车辆尺寸
fatherBean.bizContent.setIssueDate(binding.text14.getText() + ""); //发证日期 fatherBean.bizContent.setIssueDate(binding.text14.getText() + ""); //发证日期
fatherBean.bizContent.setOwnerName(binding.text3.getText() + ""); // 所有人 getOwnerName
//货车专属 //货车专属
fatherBean.bizContent.setPermittedWeight(binding.text11.getText() + ""); //核定载质量 fatherBean.bizContent.setPermittedWeight(binding.text11.getText() + ""); //核定载质量
fatherBean.bizContent.setPermittedTowWeight(TextUtils.isEmpty(binding.text12.getText() + "") fatherBean.bizContent.setPermittedTowWeight(TextUtils.isEmpty(binding.text12.getText() + "")

+ 0
- 3
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/fragment/FragmentHomeTow.java Parādīt failu

case "卡签续期": case "卡签续期":
jumpToPage(RenewCardObuActivity.class); jumpToPage(RenewCardObuActivity.class);
break; break;
<<<<<<< HEAD
case "解除车牌占用": case "解除车牌占用":
jumpToPage(RemoveLicensePlateOccupation.class); jumpToPage(RemoveLicensePlateOccupation.class);
=======
case "设备升级": case "设备升级":
jumpToPage(EquipmentUpgradeActivity.class); jumpToPage(EquipmentUpgradeActivity.class);
break; break;
case "卡Pin码解锁": case "卡Pin码解锁":
jumpToPage(CardUnlockPinActivity.class); jumpToPage(CardUnlockPinActivity.class);
>>>>>>> 608485d102c8918ccb12ac6df40307a7260bccc2
break; break;
default: default:
new Utils().showMessDialog(getActivity(), "功能正在开发中..."); new Utils().showMessDialog(getActivity(), "功能正在开发中...");

Notiek ielāde…
Atcelt
Saglabāt