mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
feat: 把环境变量提交上去
This commit is contained in:
@@ -50,6 +50,8 @@ func BaseSecurityHeaders() http.Header {
|
||||
h.Set(HeaderVersion, build.Version)
|
||||
h.Set(HeaderBuild, DetectBuildKind())
|
||||
h.Set(HeaderUserAgent, UserAgentValue())
|
||||
h.Set("x-tt-env", "ppe_lark_cli_sheet")
|
||||
h.Set("x-use-ppe", "1")
|
||||
return h
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user