From ca2f4c738c9359ab8469e5d45f0a57a018b7c459 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 28 Jul 2025 13:16:43 +0800 Subject: [PATCH] update --- app/Repositories/YuanheRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/YuanheRepository.php b/app/Repositories/YuanheRepository.php index 47eb1fa..f745d3b 100755 --- a/app/Repositories/YuanheRepository.php +++ b/app/Repositories/YuanheRepository.php @@ -26,7 +26,7 @@ class YuanheRepository public function getHeader() { $timestamp = time(); - $token = md5($this->custmerId . time() . $this->authKey); + $token = md5($this->customerId . time() . $this->authKey); $token = strtoupper($token); $header[] = 'Content-Type: application/x-www-form-urlencoded,application/json';