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';