# 參數說明
1.mobile : 手機號
2, nickname : 用戶昵稱
3, headimgurl: 用戶頭像鏈接(沒有可以不傳, 如果有務必傳輸全路徑)
4, sex : 用戶性別(男:1,女:2)
5, country : 用戶所在國家(中文,例如:中國)
6, province : 用戶所在省份(中文,例如:河南)
7, city : 用戶所在城市(中文, 例如:洛陽)
8, openid
9, unionid
10, appid
11, language(默認:zh_CN)
**接口地址 : https://ysyxapi.yxgzhsh.com/home/index/get_UserSessionKey**
**備注 : 使用post方式請求,接口會返回一個sessionKey, 之后請求的所有接口都要在headers加上sessionKey,否則驗證不通過無法訪問**