Home > Backend Development > PHP Tutorial > javascript - php laravel html 页面 ajax 提交 后 php 会做一个短发发送的 事件

javascript - php laravel html 页面 ajax 提交 后 php 会做一个短发发送的 事件

WBOY
Release: 2016-06-06 20:31:44
Original
1136 people have browsed it

php laravel html 页面 ajax 提交 后 php 会做一个短发发送的 事件

结果 ajax 返回到htmk 页面 的值 里面 有 短信接口返回的值

javascript - php laravel html 页面 ajax 提交  后  php 会做一个短发发送的 事件

结果 html 页面接收 php 返回的结果就报错了

怎么破 解决这个ajax 报错的结果呢

代码如下
发送短信后 返回 json

<code> $msgStart = msgSend($msgText,$user -> phone);
 return response()->json(array( 'status' => 1, 'msg' => '付款成功'));
</code>
Copy after login
Copy after login

回复内容:

php laravel html 页面 ajax 提交 后 php 会做一个短发发送的 事件

结果 ajax 返回到htmk 页面 的值 里面 有 短信接口返回的值

javascript - php laravel html 页面 ajax 提交  后  php 会做一个短发发送的 事件

结果 html 页面接收 php 返回的结果就报错了

怎么破 解决这个ajax 报错的结果呢

代码如下
发送短信后 返回 json

<code> $msgStart = msgSend($msgText,$user -> phone);
 return response()->json(array( 'status' => 1, 'msg' => '付款成功'));
</code>
Copy after login
Copy after login

没太明白你的问题 ...

有报什么错误吗 ?看你浏览器里的 Preview 结果正常啊 .

可以截下 Response 吗

很明显,是你的代码不干净,msgSend你跟踪下,肯定有echo

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template