Skip to content

Commit c03a162

Browse files
committed
🆕 add comments about config.php
1 parent 94d73ea commit c03a162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Mantoufan\model\TerminalType;
66
use Mantoufan\tool\IdTool;
77
require 'common.php';
8-
$config = include 'data/config.php';
8+
$config = include 'data/config.php'; // You can create or directly fill in the following values
99
$alipayGlobal = new Mantoufan\AliPayGlobal(array(
1010
'client_id' => $config['client_id'],
1111
'endpoint_area' => 'ASIA',

0 commit comments

Comments
 (0)