fix bug: delete user subscribe
This commit is contained in:
parent
31e75efacb
commit
7d46b31866
@ -180,7 +180,7 @@ type (
|
|||||||
Total int64 `json:"total"`
|
Total int64 `json:"total"`
|
||||||
}
|
}
|
||||||
DeleteUserSubscribeRequest {
|
DeleteUserSubscribeRequest {
|
||||||
UserSubscribeId int64 `json:"user_subscribe_id"`
|
UserSubscribeId int64 `json:"user_subscribe_id,string"`
|
||||||
}
|
}
|
||||||
GetUserSubscribeByIdRequest {
|
GetUserSubscribeByIdRequest {
|
||||||
Id int64 `form:"id" validate:"required"`
|
Id int64 `form:"id" validate:"required"`
|
||||||
|
|||||||
@ -543,7 +543,7 @@ type DeleteUserDeivceRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type DeleteUserSubscribeRequest struct {
|
type DeleteUserSubscribeRequest struct {
|
||||||
UserSubscribeId int64 `json:"user_subscribe_id"`
|
UserSubscribeId int64 `json:"user_subscribe_id,string"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type DeviceAuthticateConfig struct {
|
type DeviceAuthticateConfig struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user