修改Comment

修改Comment/sld/oCommentData

修改指定的注释

参数:

名称 类型 描述性
sld 字符串

注释ID

oCommentData 注释Data

对象包含新注释数据

返回时间 :

类型
布林安

实例

拷贝代码
window.Asc.plugin.executeMethod ("ChangeComment", ["1_631",     {         "UserName": "John Smith",         "QuoteText": "text",         "Text": "comment",         "Time": "1662737941471",         "Solved": true,         "Replies": [             {                 "UserName": "Mark Potato",                 "Text": "reply 1",                 "Time": "1662740895892",                 "Solved": false             }         ]     } ]);