💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
##发送验证码 >接口地址:`http://121.41.35.148/p2p/index.php?__=passport/sendInvalidCode&__VIEW__=json` * * * * * > 请求参数 |请求参数|含义|是否必填|备注| |--|--|--|--| |phone|手机号(11位数字)|Y|| * * * * * > 返回值 |状态|json|说明| |--|--|--| |success|{"code":200,"msg":"\u53d1\u9001\u6210\u529f"}|| |error|{"code":400,"msg":"\u624b\u673a\u53f7\u4e0d\u5408\u6cd5"}|| ##校验验证码 >接口地址:`http://121.41.35.148/p2p/index.php?__=passport/checkInvalidCode&__VIEW__=json` * * * * * > 请求参数 |请求参数|含义|是否必填|备注| |--|--|--|--| |phone|手机号(11位数字)|Y|| |invalidCode|短信验证码|Y|| * * * * * > 返回值 |状态|json|说明| |--|--|--| |success|{"code":200,"msg":"\u6210\u529f"}|| |error|{"code":400,"msg":"\u9a8c\u8bc1\u7801\u4e0d\u6b63\u786e"}|| ##重置密码 >接口地址:`http://121.41.35.148/p2p/index.php?__=oauth/resetPwd&__VIEW__=json` * * * * * > 请求参数 |请求参数|含义|是否必填|备注| |--|--|--|--| |phone|手机号(11位数字)|Y|| |invalidCode|短信验证码|Y|| |newPwd|新密码|Y|| |cameFrom|登录来源(一般为phone)|Y|| * * * * * > 返回值 |状态|json|说明| |--|--|--| |success|{"code":200,"msg":"\u6210\u529f"}|| |error|{"code":400,"msg":"\u5e10\u53f7\u6216\u8005\u5bc6\u7801\u9519\u8bef"}||