Commit 0f84ae94 authored by pete谢兆麟's avatar pete谢兆麟

去除明杰要求多加的字段file_name

parent 38838aef
......@@ -85,8 +85,7 @@ class YHResignCertificateDetailEVisaViewController: YHBaseViewController {
@objc func nextStep() {
if file.count != 0 {
let eVisa: [String: Any] = ["name": "电子签证",
"file_name": file.first?.fileName ?? "",
let eVisa: [String: Any] = ["name": file.first?.fileName ?? "",
"e_visa_url": file.first?.fileUrl ?? "",
"upload_at": file.first?.uploadedAt ?? ""]
let params : [String : Any] = [
......
......@@ -43,7 +43,6 @@ class YHResignCertificateModel: SmartCodable {
}
class YHResignCertificateInfoModel: SmartCodable {
var file_name: String = ""
var e_visa_url: String = "" //电子签证的url
var name: String = "" //电子签证名称
var upload_at: String = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment