123456789101112131415161718192021222324252627282930313233 |
- {
- "result": 1,
- "payload": [
- {
- "name": "投币",
- "id": "1001",
- "params": [
- {
- "name": "个数",
- "type": "input",
- "value": "5"
- }
- ]
- },
- {
- "name": "启动",
- "id": "1002",
- "params": [
- {
- "name": "时间",
- "type": "input",
- "value": "30"
- },
- {
- "name": "次数",
- "type": "input",
- "value": "1"
- }
- ]
- }
- ],
- "description": null
- }
|