Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新收藏 response 中的 privacy 字段始终返回 0 #14

Closed
ainopara opened this issue Mar 8, 2018 · 1 comment
Closed

更新收藏 response 中的 privacy 字段始终返回 0 #14

ainopara opened this issue Mar 8, 2018 · 1 comment

Comments

@ainopara
Copy link

ainopara commented Mar 8, 2018

Request

/collection/190385/update

Request Body

comment=&privacy=1&rating=5&status=do&tags=

Response

{
	"status": {
		"id": 3,
		"type": "do",
		"name": null
	},
	"rating": 5,
	"comment": "",
	"private": 0,
	"tag": [""],
	"ep_status": 0,
	"lasttouch": 1520498509,
	"user": {
		"id": 16433,
		"url": "http:\/\/bgm.tv\/user\/ainopara",
		"username": "ainopara",
		"nickname": "ainopara",
		"avatar": {
			"large": "http:\/\/lain.bgm.tv\/pic\/user\/l\/000\/01\/64\/16433.jpg?r=1461302084",
			"medium": "http:\/\/lain.bgm.tv\/pic\/user\/m\/000\/01\/64\/16433.jpg?r=1461302084",
			"small": "http:\/\/lain.bgm.tv\/pic\/user\/s\/000\/01\/64\/16433.jpg?r=1461302084"
		},
		"sign": ""
	}
}

期望结果

private 字段的值应该反映更新后的状态。

@Sai
Copy link
Member

Sai commented Mar 8, 2018

Fixed

@Sai Sai closed this as completed Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants