fix gitea workflow path and runner label
Some checks failed
Build docker and publish / build (20.15.1) (push) Failing after 7m31s

This commit is contained in:
shanshanzhong 2026-03-03 18:07:03 -08:00
parent 3a0d6dcd5a
commit f773fe1d6d
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ type (
RefererId int64 `json:"referer_id"`
Enable bool `json:"enable"`
IsAdmin bool `json:"is_admin"`
Remark string `json:"remark"`
}
UpdateUserNotifySettingRequest {
UserId int64 `json:"user_id" validate:"required"`
@ -312,4 +313,3 @@ service ppanel {
@handler ResetUserSubscribeTraffic
post /subscribe/reset/traffic (ResetUserSubscribeTrafficRequest)
}

View File

@ -2590,6 +2590,7 @@ type UpdateUserBasiceInfoRequest struct {
RefererId int64 `json:"referer_id"`
Enable bool `json:"enable"`
IsAdmin bool `json:"is_admin"`
Remark string `json:"remark"`
}
type UpdateUserNotifyRequest struct {