提交
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user