frd
frd
Hello I found the example code import the module by "StratifyLabs.UI , the folder seems should be MODULE_PATH/StratifyLabs/UI but the current folder is StartifyLabs/StartifyLabsUI , so is that a mistake...
http-proxy.php 61行 > $client->get($req->server['request_uri'], function ($cli) use ($req, $resp) 这里是否是没有传递get请求的query string 呢? 以下是我的改写,不知道是否正确。 if(empty($req->server['query_string'])) { $url=$req->server['request_uri']; } else { $url=$req->server['request_uri']."?".$req->server['query_string']; } $client->get($url, function ($cli) use ($req, $resp)