mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
change: disable ppe
This commit is contained in:
@@ -258,8 +258,8 @@ func (s *veDEMImageService) GetImage(imageBuf *bytes.Buffer, options ...ActionOp
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ppe env
|
// ppe env
|
||||||
req.Header.Add("x-tt-env", "ppe_vedem_algorithm")
|
// req.Header.Add("x-tt-env", "ppe_vedem_algorithm")
|
||||||
req.Header.Add("x-use-ppe", "1")
|
// req.Header.Add("x-use-ppe", "1")
|
||||||
|
|
||||||
signToken := "UNSIGNED-PAYLOAD"
|
signToken := "UNSIGNED-PAYLOAD"
|
||||||
token := builtin.Sign("auth-v2", env.VEDEM_IMAGE_AK, env.VEDEM_IMAGE_SK, []byte(signToken))
|
token := builtin.Sign("auth-v2", env.VEDEM_IMAGE_AK, env.VEDEM_IMAGE_SK, []byte(signToken))
|
||||||
|
|||||||
Reference in New Issue
Block a user