feat(plugin): change plugin source to plugin from
This commit is contained in:
@ -623,9 +623,9 @@ func (p *PluginApplicationService) GetProductCallInfo(ctx context.Context, req *
|
||||
}
|
||||
|
||||
data.CallCountLimit = &productAPI.ProductCallCountLimit{
|
||||
IsUnlimited: benefit.IsUnlimited,
|
||||
UsedCount: benefit.UsedCount,
|
||||
TotalCount: benefit.TotalCount,
|
||||
IsUnlimited: benefit.IsUnlimited,
|
||||
UsedCount: benefit.UsedCount,
|
||||
TotalCount: benefit.TotalCount,
|
||||
ResetDatetime: benefit.ResetDatetime,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user