# Bailkal API Interface Doc **Repository Path**: tongwanglin/Bailkal-API-Interface-Doc ## Basic Information - **Project Name**: Bailkal API Interface Doc - **Description**: Bailkal API Interface Doc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Bailkal API Interface Doc ##1.Apply authcode ####[POST] /authcode/send | Param Name | Param Description | Type | Is Necessary | | ------------- |:-------------:| -----:| | mobile | mobile phone number | String | necessary | ##2.Verify authcode ####[POST] /authcode/verify >before a password was set, you may need to verity your authcode. | Param Name | Param Description | Type | Is Necessary | | ------------- |:-------------:| -----:| | mobile | mobile phone number | String | necessary | | code | authcode what you apply | String | necessary | ##3.Register new user ####[POST] /user/signup | Param Name | Param Description | Type | Is Necessary | | ------------- |:-------------:| -----:| | mobile | mobile phone number | String | necessary | | password | set a password | String | necessary | | authcode | need a authcode | String | necessary | | bd_id | baidu push user id | String | not necessary | | d_type | device type, “android” or “ios” | String | necessary | ##4.User login ####[POST] /user/login | Param Name | Param Description | Type | Is Necessary | | ------------- |:-------------:| -----:| | mobile | mobile phone number | String | necessary | | password | login password | String | necessary | | bd_id | baidu push user id | String | not necessary | | d_type | device type, “android” or “ios” | String | necessary |