12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "result": 1,
- "description": null,
- "para": {
- "adShow": true,
- "total": 111,
- "dataList": [
- {
- "groupName": "武汉大学",
- "groupId": 1111,
- "address": "武汉",
- "equipmentCount": 100,
- "isManager": true,
- "agentProfitShare": 10,
- "percent": 80,
- "offlineCoins": 50,
- "incomeList": [
- {
- "name": "虚拟卡",
- "source": "chargeVirtualCard",
- "value": 300
- },
- {
- "name": "实体卡",
- "source": "chargeCard",
- "value": 200
- },
- {
- "name": "在线收益",
- "value": 600
- },
- {
- "name": "广告收益",
- "value": 200
- }
- ],
- "totalIncome": 800
- },
- {
- "groupName": "民族大学",
- "groupId": 2222,
- "address": "洪山区民族大道",
- "equipmentCount": 55,
- "isManager": false,
- "percent": 50,
- "offlineCoins": 32,
- "incomeList": [
- {
- "name": "在线收益",
- "value": -20
- },
- {
- "name": "广告收益",
- "value": 0
- }
- ],
- "totalIncome": -30
- },
- {
- "groupName": "华中科技大学",
- "groupId": 3333,
- "address": "关山大道",
- "equipmentCount": 32,
- "isManager": true,
- "percent": 100,
- "offlineCoins": 72,
- "incomeList": [
- {
- "name": "在线收益",
- "value": 300
- },
- {
- "name": "广告收益",
- "value": 30
- }
- ],
- "totalIncome": 330
- },
- {
- "groupName": "测试空数据",
- "groupId": 12321,
- "address": "测试空数据",
- "equipmentCount": 10,
- "isManager": true,
- "percent": 100,
- "offlineCoins": 0,
- "incomeList": [
- ],
- "totalIncome": 0
- }
- ]
- }
- }
|