💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 用户注册 ~~~[api] post:http://127.0.0.1:9501/v1/fried_list?appid=100003 *hyy_name#用户名 *hyy_pass#密码 phone#手机号码 <<< success { "hyy_code": 200, "hyy_msg": "注册成功!", "hyy_data":[] } <<< error { "hyy_code": 500, "hyy_msg": "用户已存在!", "hyy_data":[] } <<< error2 { "hyy_code": 500, "hyy_msg": "用户已存在!", "hyy_data":[] } ~~~