feat(admin): add fa_smoke CRUD APIs with Chinese comments (#45)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,12 @@ var (
|
||||
ErrMiniProgramAppIDUsed = errors.New("mini program app_id already exists")
|
||||
ErrAdminUserNotFound = errors.New("admin user not found")
|
||||
ErrMembershipRedeemCodeNotFound = errors.New("membership redeem code not found")
|
||||
ErrSmokeLogNotFound = errors.New("smoke log not found")
|
||||
ErrSmokeProfileNotFound = errors.New("smoke profile not found")
|
||||
ErrSmokeAIAdviceNotFound = errors.New("smoke ai advice not found")
|
||||
ErrSmokeAIUnlockNotFound = errors.New("smoke ai unlock not found")
|
||||
ErrSmokeAINextNotFound = errors.New("smoke ai next smoke not found")
|
||||
ErrSmokeMotivationNotFound = errors.New("smoke motivation quote not found")
|
||||
ErrInvalidInput = errors.New("invalid input")
|
||||
ErrPasswordPolicyViolation = errors.New("password policy violation")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user