curl --location 'http://localhost:8085/api/miniapp/mobile/send-code' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "string",
"mobile": "string",
"operate": 0
}'{
"code": 0,
"data": null,
"message": "string"
}