Commit 3ef44d74 by sikang

bug fix moxie

parent e2284836
......@@ -641,6 +641,11 @@ public class UserPresenter extends BasePresenter<UserApi> {
"TONGDUN", dataType, taskId, credentialNo, realName, mobile, ""));
}
public void submitMXData(String action, String dataType, String taskId, String credentialNo, String realName, String mobile) {
handleRequest(action,
apiService.submitThirdPartData(LoginManager.get().getToken(),
"MOXIE", dataType, taskId, credentialNo, realName, mobile, ""));
}
// /**
// * 获取身份证图片 + 获取用户个人信息
......
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