|
@@ -121,7 +121,7 @@ func checkSignature(body []byte, timestamp, signature string) bool {
|
|
func checkPermission(timestamp, signature string, body []byte) (int, bool) {
|
|
func checkPermission(timestamp, signature string, body []byte) (int, bool) {
|
|
if checkSignature(body, timestamp, signature) == false {
|
|
if checkSignature(body, timestamp, signature) == false {
|