mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-10 04:00:24 +08:00
优化代码
This commit is contained in:
@@ -64,6 +64,6 @@ func (this *HTTPAuthPolicyService) FindEnabledHTTPAuthPolicy(ctx context.Context
|
||||
IsOn: policy.IsOn == 1,
|
||||
Name: policy.Name,
|
||||
Type: policy.Type,
|
||||
ParamsJSON: []byte(policy.Params),
|
||||
ParamsJSON: policy.Params,
|
||||
}}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user