diff --git a/sls/producer_test.go b/sls/producer_test.go index aac4c85..788268a 100644 --- a/sls/producer_test.go +++ b/sls/producer_test.go @@ -12,8 +12,8 @@ var pd *slsProducer func init() { pd = NewSLSProducer( WithEndpoint("cn-hangzhou.log.aliyuncs.com"), - WithAccessKey("-"), // 传入阿里云sls的key - WithAccessSecret("-"), // 传入阿里云sls的Secret + WithAccessKey("LTAI5t8H6fmyMPfZ8JsBmcwS"), // 传入阿里云sls的key + WithAccessSecret("EyWWwT2pOYRVWueYkc9Nnwy3RisYqC"), // 传入阿里云sls的Secret ) }