This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
wechat
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
打印二维码生成结果
master
v0.3.7
guzeng
1 year ago
parent
535afb769b
commit
524c79ec91
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
qrcode.go
+ 2
- 0
qrcode.go
View File
@ -64,6 +64,8 @@ func GetMiniappQrcode(access_token string, qrcodeParamsMap map[string]interface{
response
,
err
:=
PostJson
(
getCodeUrl
,
bf
.
Bytes
(
)
)
log
.
Println
(
"get mp qrcode response:"
,
string
(
response
)
,
err
)
if
err
!=
nil
{
return
""
,
err
}
Write
Preview
Loading…
Cancel
Save