Skip to content

Commit 39c7f5e

Browse files
fix: 修复获取getWxacodeUnlimit接口的默认参数的bug
1 parent 3ad574f commit 39c7f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DefaultParamInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'line_color'=>array('r'=>0, 'g'=>0, 'b'=>0),
2222
'is_hyaline'=>false
2323
),
24-
'getWXACodeUnlimit'=>array(
24+
'getWxacodeUnlimit'=>array(
2525
'scene'=>'',
2626
'page'=>'page/index/index',
2727
'width'=>430,

0 commit comments

Comments
 (0)