...
|
...
|
@@ -992,8 +992,8 @@ class SecondController extends RestBaseController |
|
|
$path1=ROOT_PATH.'public/imgs/font.png';
|
|
|
$path2=ROOT_PATH.'public'.DS.$info['photo'][1];
|
|
|
$image1 =\think\Image::open($path1);
|
|
|
$image2 =\think\Image::open($path2)->
|
|
|
thumb('225',310,\think\Image::THUMB_CENTER)->save(ROOT_PATH.'public/upload/user/'.$userId.'.png');
|
|
|
$image2 =\think\Image::open($path2)
|
|
|
->thumb('225',310,\think\Image::THUMB_CENTER)->save(ROOT_PATH.'public/upload/user/'.$userId.'.png');
|
|
|
$photo='';
|
|
|
$photo_local[]=430;
|
|
|
$photo_local[]=62;
|
...
|
...
|
|