设置为:https://kaiper.goho.co/abc/
abc可以改为随便什么字符,然后注意HttpRequet事件代码设为:
Select Case e.path
Case "abc"
If e.Request.HttpMethod = "GET" Then
Dim token = "foxtable" '必须和设置的Token相同
Dim signature As String = e.GetValues("signature")
Dim timestamp As String = e.GetValues("timestamp")
Dim nonce As String = e.GetValues("nonce")
……