POST
/app-api/member/auth/send-sms-code
请求参数(JSON)
{ "mobile": "15625888888", "scene": 1 //验证码场景,1:登录注册验证码 }
返回结果
{ "code": 0, "data": true, "msg":"" }