This commit is contained in:
2025-05-08 01:46:38 -07:00
parent a08d512911
commit 3f639f35d1
4 changed files with 567 additions and 0 deletions

9
config.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return array(
"api_url"=>"",//易支付地址
"api_pid"=>"",//易支付PID
"api_key"=>"",//易支付KEY
"goedge_api_url"=>"",//GoEdge系统API URL
"goedge_access_id"=>"",//GoEdge系统Access ID
"goedge_access_key"=>"",//GoEdge系统中Access KEY
);