fix gitea workflow path and runner label
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 7m31s
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 7m31s
This commit is contained in:
parent
3a0d6dcd5a
commit
f773fe1d6d
@ -47,6 +47,7 @@ type (
|
|||||||
RefererId int64 `json:"referer_id"`
|
RefererId int64 `json:"referer_id"`
|
||||||
Enable bool `json:"enable"`
|
Enable bool `json:"enable"`
|
||||||
IsAdmin bool `json:"is_admin"`
|
IsAdmin bool `json:"is_admin"`
|
||||||
|
Remark string `json:"remark"`
|
||||||
}
|
}
|
||||||
UpdateUserNotifySettingRequest {
|
UpdateUserNotifySettingRequest {
|
||||||
UserId int64 `json:"user_id" validate:"required"`
|
UserId int64 `json:"user_id" validate:"required"`
|
||||||
@ -312,4 +313,3 @@ service ppanel {
|
|||||||
@handler ResetUserSubscribeTraffic
|
@handler ResetUserSubscribeTraffic
|
||||||
post /subscribe/reset/traffic (ResetUserSubscribeTrafficRequest)
|
post /subscribe/reset/traffic (ResetUserSubscribeTrafficRequest)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2590,6 +2590,7 @@ type UpdateUserBasiceInfoRequest struct {
|
|||||||
RefererId int64 `json:"referer_id"`
|
RefererId int64 `json:"referer_id"`
|
||||||
Enable bool `json:"enable"`
|
Enable bool `json:"enable"`
|
||||||
IsAdmin bool `json:"is_admin"`
|
IsAdmin bool `json:"is_admin"`
|
||||||
|
Remark string `json:"remark"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UpdateUserNotifyRequest struct {
|
type UpdateUserNotifyRequest struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user