massage-msg-card-rob.json
714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"config": {
"wide_screen_mode": true,
"update_multi": true
},
"elements": [
{
"tag": "div",
"text": {
"content": "有人怕疼放弃了,快来抢吧!",
"tag": "lark_md"
}
},
{
"actions": [
{
"tag": "button",
"text": {
"content": "😁 我不怕",
"tag": "plain_text"
},
"type": "default",
"value": {
"key": "massage-singel.rob.%s.%s"
}
}
],
"tag": "action"
}
],
"header": {
"template": "turquoise",
"title": {
"content": "👻 有按摩名额空余啦!",
"tag": "plain_text"
}
}
}