用户信息同步
返回上一页
参数说明
| 名称 | 类型 | 长度 | 是否必填 | 说明 | 默认值 | 
|---|---|---|---|---|---|
| mobile | String | 100 | Y | 用户的手机号码 | 
输入示例
	   <?xml version="1.0" encoding = "utf-8"?>
		   <request>
		     <type>checkMobile</type>
		     <data>
		         <attr name="mobile">12312458</attr>
		     </data>
		  </request> 
     
返回示例
	   <?xml version="1.0" encoding="UTF-8" ?>  
		  <response> 
		    <type>checkMobile</type>  
		    <status>0</status>  
		    <data> 
		      <attr name="isExist">true</attr>  
		    </data> 
		  </response>
     
                        