|
...
|
...
|
@@ -168,7 +168,7 @@ class CosService |
|
|
|
South:底部中间
|
|
|
|
SouthEast:右下角
|
|
|
|
*/
|
|
|
|
public function addFieldImage($cdnUrl = '',$data = [],$is_image = true){
|
|
|
|
public function addFieldImage($cdnUrl = '',$data = [],$is_image = false){
|
|
|
|
if($is_image){
|
|
|
|
$param = [
|
|
|
|
'image/'.urlencode(base64_encode("{$data['image']}")),//文字水印名称
|
...
|
...
|
|