123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "nested": {
- "common": {
- "nested": {
- "ErrorInfo": {
- "fields": {
- "errorCode": {
- "type": "fixed32",
- "id": 1
- },
- "errorMessage": {
- "type": "bytes",
- "id": 2
- }
- }
- },
- "MsgHead": {
- "fields": {
- "bodyLen": {
- "type": "fixed32",
- "id": 1
- },
- "version": {
- "type": "fixed32",
- "id": 2
- },
- "app": {
- "type": "fixed32",
- "id": 3
- },
- "server": {
- "type": "fixed32",
- "id": 4
- },
- "servant": {
- "type": "fixed32",
- "id": 5
- },
- "seq": {
- "type": "fixed32",
- "id": 6
- },
- "routeId": {
- "type": "fixed32",
- "id": 7
- },
- "encrypt": {
- "type": "fixed32",
- "id": 8
- }
- }
- },
- "MsgBody": {
- "fields": {
- "body": {
- "type": "bytes",
- "id": 1
- },
- "extend": {
- "type": "bytes",
- "id": 2
- }
- }
- },
- "audio_type": {
- "values": {
- "AUDIO_TYPE_MIN": 0,
- "MUSIC_BROADCAST": 1,
- "RADIO_BROADCAST": 2,
- "MUSIC_UNICAST": 3,
- "RADIO_UNICAST": 4,
- "MUSIC_PROGRAM": 5,
- "RADIO_PROGRAM": 6,
- "RADIO_SELECTION": 7
- }
- }
- }
- },
- "user": {
- "nested": {
- "user_info_get_req": {
- "fields": {
- "id": {
- "type": "uint32",
- "id": 1
- }
- }
- },
- "user_info_get_rsp": {
- "fields": {
- "errInfo": {
- "type": "ErrorInfo",
- "id": 1
- },
- "nickname": {
- "type": "bytes",
- "id": 2
- },
- "address": {
- "type": "bytes",
- "id": 3
- },
- "headUrl": {
- "type": "bytes",
- "id": 4
- },
- "constellation": {
- "type": "uint32",
- "id": 5
- },
- "audioDuration": {
- "type": "uint32",
- "id": 6
- },
- "credits": {
- "type": "uint32",
- "id": 7
- }
- }
- }
- }
- }
- }
- }
|