作者 lackoxygen

fix:sig

@@ -85,6 +85,6 @@ class Signature extends Config @@ -85,6 +85,6 @@ class Signature extends Config
85 */ 85 */
86 protected function md5(string $body): string 86 protected function md5(string $body): string
87 { 87 {
88 - return \md5($body . $this->config->getAppSecret()); 88 + return \md5($body);
89 } 89 }
90 } 90 }