This commit is contained in:
2026-07-18 10:52:32 +08:00
parent 2dcafae465
commit b5ef58f434
61 changed files with 1274 additions and 2142 deletions

View File

@@ -33,6 +33,7 @@ func (s *OpenAPIService) CreateApp(appName string) (*dto.AppVO, error) {
appSecret := generateRandomHex(32)
app := &model.App{
ID: utils.GenID(),
AppID: appID,
AppSecret: appSecret,
AppName: appName,