mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 01:42:45 +08:00
fix: 修正一处代码错误
This commit is contained in:
parent
a21c12f775
commit
4cd6c1206f
@ -242,7 +242,7 @@ abstract class BasicWePay
|
||||
"nonce_str: {$nonce}",
|
||||
"signature: {$sign}"
|
||||
];
|
||||
$lines = [];
|
||||
$line = [];
|
||||
$line[] = "--{$boundary}";
|
||||
$line[] = "Content-Disposition: form-data; name=\"meta\"";
|
||||
$line[] = "Content-Type: application/json";
|
||||
|
Loading…
x
Reference in New Issue
Block a user