master
wangxinglong 2021-12-22 11:16:34 +08:00
commit 93930445b6
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class Comment extends Base
}
$comment = input("comment/a", [],null);
$comment = urldecode(json_encode($comment));
$param = [
"comment" => $comment,//评论内容 图片类型放入地址 语音类型放置语音文件地址
"user_code" => $account['user_code'],