mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
数组定义规范统一
This commit is contained in:
@@ -173,7 +173,7 @@ abstract class Driver {
|
||||
* @param string $method 请求方法GET/POST
|
||||
* @return array $data 响应数据
|
||||
*/
|
||||
protected function http($url, $params, $method = 'GET', $header = array()){
|
||||
protected function http($url, $params, $method = 'GET', $header = []){
|
||||
$vars = http_build_query($params);
|
||||
$opts = array(
|
||||
CURLOPT_TIMEOUT => 30,
|
||||
|
||||
Reference in New Issue
Block a user