Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 812 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 812 Bytes

1.获取用户详情

/user/getUserInfo?userId=EmiliaAngel&type=5
//userId  用户id(必传)
//type    类型(1/5)

2.标记为可疑

/user/addSuspicious?userId=EmiliaAngel
//userId  用户id(必传)

3.标记为确认

/user/addConfirm?userId=EmiliaAngel
//userId  用户id(必传)

4.获取用户武器信息

/user/getUserWeapons?userId=EmiliaAngel&type=5
//userId  用户id(必传)
//type    类型(1/5)

5.获取用户载具信息

/user/getUserVehicles?userId=EmiliaAngel&type=5
//userId  用户id(必传)
//type    类型(1/5)

6.获取用户兵种信息

/user/getUserArms?userId=EmiliaAngel&type=1
//userId  用户id(必传)
//type    类型(1/5)