🍒 refactor(WorkWeixin): 禁用获取接口凭证日志记录,避免密钥泄露
This commit is contained in:
parent
842aa07d35
commit
dcbab6eba3
@ -59,7 +59,7 @@ public class BaseIdWorkWxOutput : BaseWorkWxOutput
|
||||
/// 获取接口凭证输入参数
|
||||
/// </summary>
|
||||
/// https://developer.work.weixin.qq.com/document/path/91039
|
||||
[HttpRemoteApi(Action = "gettoken", Desc = "获取接口凭证", HttpMethod = HttpMethodEnum.Get, IgnoreLog = false)]
|
||||
[HttpRemoteApi(Action = "gettoken", Desc = "获取接口凭证", HttpMethod = HttpMethodEnum.Get, IgnoreLog = true)]
|
||||
public class TokenWorkWxInput
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user