Commit faea38b6 by kaisa

feat:更新

parent 205f8c8c
Showing with 1 additions and 1 deletions
...@@ -755,7 +755,7 @@ webAppComm.prototype.evokeIptPasteText = function (text) { ...@@ -755,7 +755,7 @@ webAppComm.prototype.evokeIptPasteText = function (text) {
let obj = { let obj = {
"cid": 50, "cid": 50,
"data": { "data": {
'msg': text //文本内容 'content': text //文本内容
} }
} }
let obj2 = JSON.stringify(obj); let obj2 = JSON.stringify(obj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment