1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "result": 1,
- "description": "数据OK",
- "payload": {
- "total": 8,
- "dataList": [
- {
- "id":"dsfafsdadsfadf",
- "appName":"公众号1",
- "appId":"12312",
- "secret":"3221312",
- "priority":1,
- "status":"addingFans",
- "qrCode":"http://www.washpayer.com/app/img/headImg.jpg",
- "desc":"这是加粉的公众号1"
- },
- {
- "id":"dfadfadf",
- "appName":"公众号2",
- "appId":"xxx",
- "secret":"zxvcv",
- "priority":3,
- "status":"fansFull",
- "desc":"这是加粉的公众号2"
- },
- {
- "id":"gdgadfgfg",
- "appName":"公众号3",
- "appId":"dfasf",
- "secret":"dsfad",
- "priority":5,
- "status":"appOver",
- "desc":"这是加粉的公众号3"
- }
- ]
- }
- }
|