修复产品修改、删除

This commit is contained in:
2024-10-15 00:23:07 +08:00
parent e6467b7004
commit 8f903b457f
31 changed files with 1292 additions and 111 deletions

View File

@@ -14,6 +14,10 @@ import (
)
type (
AliTopUpNotifyRequest = sentinel.AliTopUpNotifyRequest
AliTopUpNotifyResponse = sentinel.AliTopUpNotifyResponse
AliTopUpRequest = sentinel.AliTopUpRequest
AliTopUpResponse = sentinel.AliTopUpResponse
CreateProductRequest = sentinel.CreateProductRequest
CreateSecretRequest = sentinel.CreateSecretRequest
CreateUserProductRequest = sentinel.CreateUserProductRequest