Skip to content

Commit

Permalink
1. 修改DefaultParamInfo.php中参数line_color错误
Browse files Browse the repository at this point in the history
  • Loading branch information
shinn-lancelot committed Jan 7, 2019
1 parent b4dda18 commit 443d069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DefaultParamInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
'path'=>'',
'width'=>430,
'auto_color'=>false,
'line_color'=>'{"r":0,"g":0,"b":0}',
'line_color'=>array('r'=>0, 'g'=>0, 'b'=>0),
'is_hyaline'=>false
),
'getWXACodeUnlimit'=>array(
'scene'=>'',
'page'=>'page/index/index',
'width'=>430,
'auto_color'=>false,
'line_color'=>'{"r":0,"g":0,"b":0}',
'line_color'=>array('r'=>0, 'g'=>0, 'b'=>0),
'is_hyaline'=>false
)
);

0 comments on commit 443d069

Please sign in to comment.