作者 lyh

gx

... ... @@ -46,7 +46,7 @@ class TencentCosService extends BaseService
$contentMd5 = '';
$contentType = 'image/'.$image_type;
date_default_timezone_set('Asia/Shanghai');
$date = gmdate('D, d M Y H:i:s \G\M\T');
$date = date('D, d M Y H:i:s \G\M\T');
var_dump($date);
die();
$filePath = $path.'/'.$fileName;
... ...