master
wangxinglong 2021-12-22 12:01:10 +08:00
parent 9c3d64e49d
commit a59ef7fdc0
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class Comment extends Base
//如果是图片或者语音 加上域名信息
if(in_array($param['type'],[CommentModel::type_img,CommentModel::type_voice])){
$comment = $param['comment'];
$comment = input("comment/s", '',null);
$param['url'] = $this->request->domain() . $comment;
$param['comment'] = $this->request->domain() . $comment;