This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
weixinrpc
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
34
Wiki
Activity
Browse Source
修复错误
master
v0.3.9
listen
3 years ago
parent
e68c361408
commit
ea8de4ed43
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mp_open_id.client.go
+ 1
- 1
mp_open_id.client.go
View File
@ -45,7 +45,7 @@ func GetMpOpenId(appid, secret, js_code string, url ...string) (*MpOpenidRes, er
res
:=
&
Response
{
}
res
:=
&
Response
{
}
err
=
conn
.
GetM
iniAp
pOpenid
(
req
,
res
)
err
=
conn
.
GetMpOpenid
(
req
,
res
)
if
err
!=
nil
{
if
err
!=
nil
{
return
nil
,
err
return
nil
,
err
Write
Preview
Loading…
Cancel
Save