如何记录填写信息,以便后续查询和分析?
- 内容介绍
- 文章标签
- 相关推荐
本文共计261个文字,预计阅读时间需要2分钟。
json{ app: 12343, record: 4, comment: { text: 来自应用管理员的提醒。\n请确认。, mentions: [ {code: zhou, type: USER}, {code: 市场部, type: ORGANIZATION}, {code: devnet运营组, type: ORGANIZATION} ] }}
api-1099207_00.js{ "app": 12343, "record": 4, "comment": { "text": "来自应用管理员的通知。\n请确认。", "mentions": [ { "code": "zhou", "type": "USER" }, { "code": "市场部", "type": "ORGANIZATION" }, { "code": "devnet运营组", "type": "GROUP" } ] } } api-1099207_01.js
{ "id": 3 } api-1099207_02.js
var body = { "app": 1, "record": 1001, "comment": { "text": "来自应用管理员的通知。
本文共计261个文字,预计阅读时间需要2分钟。
json{ app: 12343, record: 4, comment: { text: 来自应用管理员的提醒。\n请确认。, mentions: [ {code: zhou, type: USER}, {code: 市场部, type: ORGANIZATION}, {code: devnet运营组, type: ORGANIZATION} ] }}
api-1099207_00.js{ "app": 12343, "record": 4, "comment": { "text": "来自应用管理员的通知。\n请确认。", "mentions": [ { "code": "zhou", "type": "USER" }, { "code": "市场部", "type": "ORGANIZATION" }, { "code": "devnet运营组", "type": "GROUP" } ] } } api-1099207_01.js
{ "id": 3 } api-1099207_02.js
var body = { "app": 1, "record": 1001, "comment": { "text": "来自应用管理员的通知。

