我需要通过短信发送链接,例如“重置密码”
try {
$client->messages->create(
'+*****',
[
"body" => url('password/reset', $token),
"from" => $twilioNumber
]
);
但是我将文本链接作为文本