Files
Goedge-Payment/config.php
2025-05-08 01:46:38 -07:00

9 lines
278 B
PHP

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