{
"phone": "90822824",
"message": "测试发送短信2"
}curl --location --request POST '/app/deliveryLocker/message/send.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: operator' \
--header 'sk: {{sn}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "90822824",
"message": "测试发送短信2"
}'{
"result": 0,
"info": "string"
}