Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
0f84ae94
Commit
0f84ae94
authored
Sep 20, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除明杰要求多加的字段file_name
parent
38838aef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
YHResignCertificateDetailEVisaViewController.swift
...件管理)/C/YHResignCertificateDetailEVisaViewController.swift
+1
-2
YHResignCertificateModel.swift
...ertificateManage(续期证件管理)/M/YHResignCertificateModel.swift
+0
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailEVisaViewController.swift
View file @
0f84ae94
...
@@ -85,8 +85,7 @@ class YHResignCertificateDetailEVisaViewController: YHBaseViewController {
...
@@ -85,8 +85,7 @@ class YHResignCertificateDetailEVisaViewController: YHBaseViewController {
@objc
func
nextStep
()
{
@objc
func
nextStep
()
{
if
file
.
count
!=
0
{
if
file
.
count
!=
0
{
let
eVisa
:
[
String
:
Any
]
=
[
"name"
:
"电子签证"
,
let
eVisa
:
[
String
:
Any
]
=
[
"name"
:
file
.
first
?
.
fileName
??
""
,
"file_name"
:
file
.
first
?
.
fileName
??
""
,
"e_visa_url"
:
file
.
first
?
.
fileUrl
??
""
,
"e_visa_url"
:
file
.
first
?
.
fileUrl
??
""
,
"upload_at"
:
file
.
first
?
.
uploadedAt
??
""
]
"upload_at"
:
file
.
first
?
.
uploadedAt
??
""
]
let
params
:
[
String
:
Any
]
=
[
let
params
:
[
String
:
Any
]
=
[
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/M/YHResignCertificateModel.swift
View file @
0f84ae94
...
@@ -43,7 +43,6 @@ class YHResignCertificateModel: SmartCodable {
...
@@ -43,7 +43,6 @@ class YHResignCertificateModel: SmartCodable {
}
}
class
YHResignCertificateInfoModel
:
SmartCodable
{
class
YHResignCertificateInfoModel
:
SmartCodable
{
var
file_name
:
String
=
""
var
e_visa_url
:
String
=
""
//电子签证的url
var
e_visa_url
:
String
=
""
//电子签证的url
var
name
:
String
=
""
//电子签证名称
var
name
:
String
=
""
//电子签证名称
var
upload_at
:
String
=
""
var
upload_at
:
String
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment