form: { captchaCode: "6HP2" captchaKey: "$2y$10$3UNCPkDEshja8tYCppAor.uFVm9vY6fvSLoFsKFY5ST5w8XEe75HS" mobile: "18917286702" }
curl --location --request POST 'http://smart-shop.itheima.net/index.php?s=/api/captcha/sendSmsCaptcha' \ --header 'platform: H5' \ --header 'Content-Type: application/json' \ --data-raw 'form: { captchaCode: "6HP2" captchaKey: "$2y$10$3UNCPkDEshja8tYCppAor.uFVm9vY6fvSLoFsKFY5ST5w8XEe75HS" mobile: "18917286702" }'
{ "status": 200, "message": "发送成功,请注意查收", "data": [] }