curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/album/publish-album' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 1,
"content": "测试内容",
"imageIds": [
0
],
"title": "测试标题"
}'{
"code": 200,
"data": {
"list": null,
"pageNumber": 0,
"pageSize": 0,
"searchFields": [
{
"key": "string",
"type": "string"
}
],
"total": 0,
"ReviewedAt": 0,
"abstract": "string",
"allowComments": true,
"category": {
"admins": [
{
"category": {},
"categoryId": 0,
"createdAt": 0,
"displayCreatedAt": "string",
"displayRole": "string",
"displayUpdatedAt": "string",
"id": 0,
"remark": "string",
"role": 0,
"status": 0,
"updatedAt": 0,
"userId": 0,
"userProfile": {
"age": 0,
"avatarFrame": {
"avatarFrameId": 0,
"borderRadius": "string",
"createdAt": 0,
"desc": "string",
"displayCreatedAt": "string",
"displayUpdatedAt": "string",
"height": "string",
"id": 0,
"left": "string",
"name": "string",
"price": 0,
"src": "string",
"status": 0,
"top": "string",
"updatedAt": 0,
"weight": 0,
"width": "string"
},
"avatarFrameId": 0,
"avatarUrl": "string",
"biography": "string",
"coverUrl": "string",
"createdAt": 0,
"displayCreatedAt": "string",
"displayGender": "string",
"displayLastLoginAt": "string",
"displayUpdatedAt": "string",
"expand": "string",
"gender": 0,
"hobby": "string",
"hometown": "string",
"ipLocation": "string",
"lastLoginAt": 0,
"nickname": "string",
"qq": "string",
"qqGroup": "string",
"tag": {
"color": "string",
"createdAt": 0,
"displayCreatedAt": "string",
"displayUpdatedAt": "string",
"id": 0,
"name": "string",
"updatedAt": 0
},
"tagId": 0,
"telegram": "string",
"updatedAt": 0,
"userId": 0,
"wechat": "string"
}
}
],
"albumCount": 0,
"bannerUrl": "string",
"description": "string",
"id": 0,
"logoUrl": "string",
"name": "string",
"path": "string",
"status": 0,
"weight": 0
},
"categoryId": 0,
"commentCount": 0,
"content": "string",
"contentFormatType": "string",
"coverImageHeight": 0,
"coverImageOrientation": "string",
"coverImageUrl": "string",
"coverImageWidth": 0,
"createdAt": 0,
"displayCreatedAt": "string",
"displayLastRepliedAt": "string",
"displayUpdatedAt": "string",
"expand": "string",
"id": 0,
"images": [
{
"albumId": 0,
"height": 0,
"id": 0,
"orientation": "string",
"path": "string",
"sortWeight": 0,
"status": 0,
"width": 0
}
],
"imagesCount": 0,
"ipLocation": "string",
"label": 0,
"lastRepliedAt": 0,
"permission": 0,
"status": 0,
"tags": [
{
"Albums": [
{}
],
"id": 0,
"name": "string",
"status": 0
}
],
"title": "string",
"topic": {
"count": 0,
"id": 0,
"name": "string",
"status": 0
},
"topicId": 0,
"type": {
"id": 0,
"name": "string",
"status": 0
},
"typeId": 0,
"updatedAt": 0,
"userId": 0,
"userProfile": {
"age": 0,
"avatarFrame": {
"avatarFrameId": 0,
"borderRadius": "string",
"createdAt": 0,
"desc": "string",
"displayCreatedAt": "string",
"displayUpdatedAt": "string",
"height": "string",
"id": 0,
"left": "string",
"name": "string",
"price": 0,
"src": "string",
"status": 0,
"top": "string",
"updatedAt": 0,
"weight": 0,
"width": "string"
},
"avatarFrameId": 0,
"avatarUrl": "string",
"biography": "string",
"coverUrl": "string",
"createdAt": 0,
"displayCreatedAt": "string",
"displayGender": "string",
"displayLastLoginAt": "string",
"displayUpdatedAt": "string",
"expand": "string",
"gender": 0,
"hobby": "string",
"hometown": "string",
"ipLocation": "string",
"lastLoginAt": 0,
"nickname": "string",
"qq": "string",
"qqGroup": "string",
"tag": {
"color": "string",
"createdAt": 0,
"displayCreatedAt": "string",
"displayUpdatedAt": "string",
"id": 0,
"name": "string",
"updatedAt": 0
},
"tagId": 0,
"telegram": "string",
"updatedAt": 0,
"userId": 0,
"wechat": "string"
},
"weight": 0
},
"execTime": 0,
"msg": "操作成功"
}