Commit ef2f8377 authored by David黄金龙's avatar David黄金龙

替换接口

parent e21f878b
...@@ -255,7 +255,7 @@ private extension YHUploadCertificateDetailVC { ...@@ -255,7 +255,7 @@ private extension YHUploadCertificateDetailVC {
"order_id":dataModel.order_id, "order_id":dataModel.order_id,
"user_type":dataModel.user_type, "user_type":dataModel.user_type,
] ]
viewModel.submitSmallWhiteBar(params) { success, error in viewModel.submitIDCardInfo(params) { success, error in
if success { if success {
YHHUD.flash(message: "保存成功") YHHUD.flash(message: "保存成功")
DispatchQueue.main.asyncAfter(deadline: .now() + 1.5) { DispatchQueue.main.asyncAfter(deadline: .now() + 1.5) {
......
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