From d2f09f4ec87d3f82b540a6b27adc68d55f5a90a9 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 28 Jul 2025 13:19:00 +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 f745d3b..8ced4f4 100755 --- a/app/Repositories/YuanheRepository.php +++ b/app/Repositories/YuanheRepository.php @@ -17,7 +17,7 @@ class YuanheRepository public function __construct() { // 测试地址 - $this->baseUrl = 'https://uat.oriza.com/'; + $this->baseUrl = 'https://uat.oriza.com'; $this->customerId = '1947941625517604864'; $this->authKey = '59C8ED8584EE4BA7BC22FC63BE45C73D'; }