u
chenl
2018-12-10 f83f38fcd75d68b34ca9eb8dc2cd074f280c1b30
web/common/interface.func.php
@@ -151,7 +151,7 @@
        return curl_error($url);
    } else {
        curl_close($url);
        return $data;
        return json_decode($data,true);
    }
}