config.php
908 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
return array (
0 =>
array (
'name' => 'EBusinessID',
'title' => '商户ID',
'type' => 'string',
'content' =>
array (
),
'value' => 'test1661089',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
1 =>
array (
'name' => 'AppKey',
'title' => 'AppKey',
'type' => 'string',
'content' =>
array (
),
'value' => '35c46d02-759e-48d0-868c-05667279296d',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
2 =>
array (
'name' => 'ReqURL',
'title' => 'API请求地址',
'type' => 'string',
'content' =>
array (
),
'value' => 'http://sandboxapi.kdniao.com:8080/kdniaosandbox/gateway/exterfaceInvoke.json',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
);