手机信息上报

This commit is contained in:
2024-07-23 11:03:23 +08:00
parent c45e623a58
commit 8ba586c204
7 changed files with 63 additions and 8 deletions
@@ -162,11 +162,16 @@ public class RequestConstant {
//车辆自动审核触发器
private static final String CAR_AUDIT = "/app/carDriver/carAutomaticAudit";
private static final String APP_INFO = "/common/app/logininfor";
public static String getCarAudit() {
return BASE_URL + CAR_AUDIT;
}
public static String postAppInfo() {
return BASE_URL + APP_INFO;
}
public static String getCarColor() {
return BASE_URL + CAR_COLOR;
}