Skip to content

Commit f66b872

Browse files
1. 新增DefaultParamInfo.php数组文件
1 parent 9a3e37e commit f66b872

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
return array(
4+
'decryptData'=>array(
5+
'sessionKey'=>'',
6+
'openId'=>'',
7+
'code'=>'',
8+
'rawData'=>'',
9+
'signature'=>'',
10+
'encryptedData'=>'',
11+
'iv'=>''
12+
),
13+
'createWXAQRCode'=>array(
14+
'path'=>'',
15+
'width'=>430
16+
),
17+
'getWXACode'=>array(
18+
'path'=>'',
19+
'width'=>430,
20+
'auto_color'=>false,
21+
'line_color'=>'{"r":0,"g":0,"b":0}',
22+
'is_hyaline'=>false
23+
),
24+
'getWXACodeUnlimit'=>array(
25+
'scene'=>'',
26+
'page'=>'page/index/index',
27+
'width'=>430,
28+
'auto_color'=>false,
29+
'line_color'=>'{"r":0,"g":0,"b":0}',
30+
'is_hyaline'=>false
31+
)
32+
);

0 commit comments

Comments
 (0)