Home > PHP Framework > Laravel > Solve the problem of laravel-sms luosimao service failing to send text messages

Solve the problem of laravel-sms luosimao service failing to send text messages

藏色散人
Release: 2021-03-01 08:59:12
forward
2539 people have browsed it

The following tutorial column from Laravel will introduce to you how to solve the problem of laravel-sms luosimao service failing to send text messages. I hope it will be helpful to friends in need!

Solve the problem of laravel-sms luosimao service failing to send text messages

What happened to lusoimao when using laravel-sms SMS extension? The return value of sending a text message is

[
    {
        "driver": "Luosimao",
        "time": {
            "started_at": "0.12135700 1488351377",
            "finished_at": "0.15184700 1488351377"
        },
        "success": false,
        "result": {
            "info": false,
            "code": 0
        }
    }
]
Copy after login

. Finally, it was found that the url address in the laravel-sms package vendor/toplan/phpsms/src/phpsms/agents/LuosimaoAgent.php uses https. The format and the official document is http.

The above is the detailed content of Solve the problem of laravel-sms luosimao service failing to send text messages. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Composer cannot install laravel
From 1970-01-01 08:00:00
0
0
0
Laravel Space/laravel-backup cannot be installed
From 1970-01-01 08:00:00
0
0
0
Laravel 5.1 Login laravel comes with it No more
From 1970-01-01 08:00:00
0
0
0
Why thinkphp has better performance than laravel?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template