//生成一个随机数
$code = rand('1000','9999');
$redis = new \Swoole\Coroutine\Redis();
$redis->connect(config('redis.host'),config('redis.port'));
$redis->set(Redis::getSmsKey($phoneNum), $code, config("redis.out_time"));
$redis->close();
return Util::show(config('code.success'), '验证码发送成功');
添加了上面的redis代码,没有返回任何信息,如果没有使用redis是可以返回的,
network中显示
还请singwa老师帮忙,看下原因,十分感谢