一個問題發(fā)了兩周了,只能每天發(fā)一下了 已經(jīng)拿到了數(shù)據(jù)了 需要發(fā)送給指定ID 的用戶 但是 $adc["code"]=200; $adc["message"]='成功'; $adc['uid']=$data->post('uid'); $adc['data']=json_decode($data->post('m...
$io->on('workerStart', function()use($io) { $inner_http_worker = new Worker('http://0.0.0.0:5880'); $inner_http_worker->onMessage = function($http_connection, $data)use($io){ ...
使用的apache 搭建的網(wǎng)站 thinkphp 域名是 ssl 的 ,前端用的vue-cli 根據(jù)https://www.kancloud.cn/manual/thinkphp5/235128 調(diào)試了兩天 反復連接不上 始終提示 failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT 嘗試了各種方式 不是 301 就是2...