feat : pay

This commit is contained in:
2025-02-17 16:46:41 +08:00
parent 1fb7bf4ea7
commit 8e6c6f9cb1
13 changed files with 353 additions and 13 deletions

View File

@@ -25,4 +25,6 @@ return [
'wx_appid' => env('WX_APPID','wxc2bc0e47e212d831'),
// 微信小程序的secret
'wx_secret' => env('WX_SECRET','5d89ebae17d836625f0e155216d71f2d'),
//api_url
'api_url' => env('DEFAULT_API_URL','http://127.0.0.1:9501'),
];