更新文档

This commit is contained in:
ykxiao 2023-09-09 15:01:31 +08:00
parent bea811606c
commit 9b3913ed60
1 changed files with 1 additions and 1 deletions

View File

@ -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);