正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -997,10 +997,10 @@ class SecondController extends RestBaseController | @@ -997,10 +997,10 @@ class SecondController extends RestBaseController | ||
997 | $photo_local[]=430; | 997 | $photo_local[]=430; |
998 | $photo_local[]=62; | 998 | $photo_local[]=62; |
999 | $image1 | 999 | $image1 |
1000 | - //->water(ROOT_PATH.'public/upload/user/'.$userId.'.png',$photo_local) | 1000 | + ->water(ROOT_PATH.'public/upload/user/'.$userId.'.png',$photo_local) |
1001 | ->save($path.$userId.'.png'); | 1001 | ->save($path.$userId.'.png'); |
1002 | //$image2->thumb(430,62); | 1002 | //$image2->thumb(430,62); |
1003 | - $return['url']=cmf_get_image_url('/upload/user/'.$userId.'.png'); | 1003 | + $return['url']=cmf_get_image_url('/upload/zhengjian/'.$userId.'.png'); |
1004 | $this->success('',$return); | 1004 | $this->success('',$return); |
1005 | } | 1005 | } |
1006 | /** | 1006 | /** |
-
请 注册 或 登录 后发表评论