From 9b3913ed608058318b341753d999c4cda16b33ae Mon Sep 17 00:00:00 2001 From: ykxiao Date: Sat, 9 Sep 2023 15:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5199bd5..57eca07 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $secretKey = 'gFBfirGATxafTeq74RAngaL74Ksdxhuy'; $options = [ 'logger' => true, - 'logs_path' => storage_path('logs/mes-sdk/sdk.log'), + 'logs_path' => storage_path('logs/mes-sdk'), ]; $w = new Order($secretKey, 'callback url', $options);