http腳本引用了config.php文件 中定義了$allowIps 這個數(shù)組,運行時發(fā)現(xiàn)有時數(shù)組沒有定義 require_once 'config.php'; $cip = getReqIp(); if (!isset($allowIps)) { var_dump($allowIps); echo "ip limit"; Http::end(); }...
開啟的web服務(wù)腳本中不能用exit嗎...
分布式部署文檔有這么一句 $gateway->registerAddress $businessworker->registerAddress)指向同一臺Register服務(wù) 也就是Register服務(wù)器還是單點的嗎?...