💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
**拉取用户** ``` GET /user/check-cellphone/{cellphone} ``` **Parameters** |Name|Type|Description| |----|----|----| |cellphone|string|`手机号码`| **Response** true 则该手机号码存在不能使用 false 则可用 <pre> Status:200 OK { "status": true //OR false } </pre>