diff --git a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate index 44470fc..4f22110 100644 Binary files a/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate and b/OrderScheduling.xcworkspace/xcuserdata/zd.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/OrderScheduling/HttpResponseModel/ResponseModel.swift b/OrderScheduling/HttpResponseModel/ResponseModel.swift index 63d2bbd..8f136c3 100644 --- a/OrderScheduling/HttpResponseModel/ResponseModel.swift +++ b/OrderScheduling/HttpResponseModel/ResponseModel.swift @@ -36,7 +36,7 @@ class LoginDataModel : Decodable { } public class LoginDataAdditionalUserModel: Decodable { var userId : Int - var phone : String + var phone : String? var name : String var supplierName : String var supplierType : Int @@ -228,7 +228,7 @@ public class OrderPhotoListDataModel : Decodable { public class GeneralInfoDataModel : Decodable { var userId : Int var icon : String - var phone : String + var phone : String? var supplierId : Int var supplierName : String var vehicleCount : Int diff --git a/fastlane/report.xml b/fastlane/report.xml index 24bbf82..cf67e30 100644 --- a/fastlane/report.xml +++ b/fastlane/report.xml @@ -5,17 +5,17 @@ - + - + - +