Commit d2aa17e1 by han xu

身份验证增加更新功能

parent f7851b64
......@@ -42,7 +42,7 @@ public class CertificationUpdateActivity extends BaseActivity<SImplePresenter, A
private String identityPath;
private String identityBackPath;
private int identityRequest = 124;
private int identityBackRequest = 124;
private int identityBackRequest = 125;
private volatile int uploadImageCount = 0;
......
......@@ -51,7 +51,7 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
private String identityBackPath;
private int headerRequest = 123;
private int identityRequest = 124;
private int identityBackRequest = 124;
private int identityBackRequest = 125;
private volatile int uploadImageCount = 0;
......
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 sign in to comment