Authorization: Bearer ********************{
"group_id": 0,
"album_id": "string",
"attach_info": "string"
}curl --location 'http://127.0.0.1:3000/get_group_album_media_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"group_id": 0,
"album_id": "string",
"attach_info": "string"
}'{
"status": "string",
"retcode": 0,
"data": {
"album": {
"album_id": "string",
"owner": "string",
"name": "string",
"desc": "string",
"create_time": "string",
"modify_time": "string",
"last_upload_time": "string",
"upload_number": "string",
"cover": {
"type": 0,
"image": {
"name": "string",
"sloc": "string",
"lloc": "string",
"photo_url": [
{
"spec": 0,
"url": {
"url": "string",
"width": 0,
"height": 0
}
}
],
"default_url": {
"url": "string",
"width": 0,
"height": 0
},
"is_gif": true,
"has_raw": true
},
"video": null,
"desc": "string",
"lbs": null,
"uploader": "string",
"batch_id": "string",
"upload_time": "string",
"upload_order": 0,
"like": null,
"comment": null,
"upload_user": null,
"ext": [
"string"
],
"shoot_time": "string",
"link_id": "string",
"op_mask": [
"string"
],
"lbs_source": 0
},
"creator": {
"uid": "string",
"nick": "string",
"yellow_info": null,
"star_info": null,
"is_sweet": true,
"is_special": true,
"is_super_like": true,
"custom_id": "string",
"poly_id": "string",
"portrait": "string",
"can_follow": 0,
"isfollowed": 0,
"uin": "string",
"ditto_uin": "string"
},
"top_flag": "string",
"busi_type": 0,
"status": 0,
"permission": null,
"allow_share": true,
"is_subscribe": true,
"bitmap": "string",
"is_share_album": true,
"share_album": null,
"qz_album_type": 0,
"family_album": null,
"lover_album": null,
"cover_type": 0,
"travel_album": null,
"visitor_info": null,
"default_desc": "string",
"op_info": null,
"active_album": null,
"memory_info": null,
"sort_type": 0
},
"media_list": [
{
"type": 0,
"image": {
"name": "string",
"sloc": "string",
"lloc": "string",
"photo_url": [
{
"spec": 0,
"url": {
"url": "string",
"width": 0,
"height": 0
}
}
],
"default_url": {
"url": "string",
"width": 0,
"height": 0
},
"is_gif": true,
"has_raw": true
},
"video": null,
"desc": "string",
"lbs": {
"gps": {
"lat": "string",
"lon": "string",
"e_type": "string",
"alt": "string"
},
"location": "string",
"lbsId": "string",
"address": "string"
},
"uploader": "string",
"batch_id": "string",
"upload_time": "string",
"upload_order": 0,
"like": {
"key": "string",
"num": 0,
"liked": true
},
"comment": {
"num": 0
},
"upload_user": {
"uid": "string",
"nick": "string",
"yellow_info": null,
"star_info": null,
"is_sweet": true,
"is_special": true,
"is_super_like": true,
"custom_id": "string",
"poly_id": "string",
"portrait": "string",
"can_follow": 0,
"isfollowed": 0,
"uin": "string",
"ditto_uin": "string"
},
"ext": [
"string"
],
"shoot_time": "string",
"link_id": "string",
"op_mask": [
"string"
],
"lbs_source": 0
}
],
"next_attach_info": "string",
"next_has_more": true
},
"message": "string",
"wording": "string"
}