Skip to content

Commit 443d069

Browse files
1. 修改DefaultParamInfo.php中参数line_color错误
1 parent b4dda18 commit 443d069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DefaultParamInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
'path'=>'',
1919
'width'=>430,
2020
'auto_color'=>false,
21-
'line_color'=>'{"r":0,"g":0,"b":0}',
21+
'line_color'=>array('r'=>0, 'g'=>0, 'b'=>0),
2222
'is_hyaline'=>false
2323
),
2424
'getWXACodeUnlimit'=>array(
2525
'scene'=>'',
2626
'page'=>'page/index/index',
2727
'width'=>430,
2828
'auto_color'=>false,
29-
'line_color'=>'{"r":0,"g":0,"b":0}',
29+
'line_color'=>array('r'=>0, 'g'=>0, 'b'=>0),
3030
'is_hyaline'=>false
3131
)
3232
);

0 commit comments

Comments
 (0)