```javascript
WXAPI.activityVoteInfoScoreToVotes(activityId)
```
+ activityId 活动ID
```json
{
"code": 0,
"data": [
{
"activityId": 1,
"id": 40,
"score": 0,
"userId": 121,
"vote": 3
},
{
"activityId": 1,
"id": 41,
"score": 100,
"userId": 121,
"vote": 5
},
{
"activityId": 1,
"id": 42,
"score": 300,
"userId": 121,
"vote": 20
},
{
"activityId": 1,
"id": 43,
"score": 500,
"userId": 121,
"vote": 40
}
],
"msg": "success"
}
```
+ score 为0 代表每天可以免费领取一次这条规则指定的投票数