Sign in

mijia_team / mijia-android · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mijia-android
  • .svn
  • pristine
  • d4
  • d4a261b48ef930d568b11e9d17dbf60894e8b...
  • add all
    97c6d95a
    德江 authored
    2016-12-19 15:53:13 +0800  
    Browse Code »
d4a261b48ef930d568b11e9d17dbf60894e8b1c9.svn-base 263 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/**
 * @author 郎咸智
 * 下午2:48:54
 */
package com.ivt.android.me.model.mine;

public interface IRealName {
	/**
	 * 获取该用户的状态
	 */
	void GetUserType();
	/**
	 * 认证
	 */
	void Authentication(String name, String idcard, String phone);

}