用于入驻申请等场景,前端先通过滑块验证,再请求此接口发送短信验证码
curl --location --request POST '/sms/verify-code/send-with-slider?phone=undefined&nonceId=undefined'
{ "code": 0, "msg": "string", "data": null, "other": {} }