企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**拉取用户** ``` GET /user/check-cellphone/{cellphone} ``` **Parameters** |Name|Type|Description| |----|----|----| |cellphone|string|`手机号码`| **Response** true 则该手机号码存在不能使用 false 则可用 <pre> Status:200 OK { "status": true //OR false } </pre>