Changes between Version 13 and Version 14 of appapi/4.2


Ignore:
Timestamp:
05/12/2015 06:04:31 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.2

    v13 v14  
    415415}}} 
    416416 
     417==== 1.3.3 判断个人资料是否完整 ==== 
     418{{{ 
     419接口/appapi/1.0/user/isCompleteUserInfo.do [GET] 
     420说明 : 判断个人资料是否完整 
     421请求参数 : 
     422 
     423  userId: 用户ID 
     424 
     425是否登录 : 否 
     426缓存时间 : 无 
     427是否分页 : 否 
     428 
     429 
     430返回结果: 
     431 
     432{ 
     433   userId: 用户ID 
     434   isComplete: 资料是否完整(0:不完整;1:完整) 
     435 
     436   code : 0成功,-1失败 
     437   message : 提示信息 
     438   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     439} 
     440}}} 
     441 
    417442 
    418443