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.1.6
guzeng
3 years ago
parent
37e0411c2b
commit
47a8d9e2e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common.go
+ 1
- 1
common.go
View File
@ -3,7 +3,7 @@ package weixinrpc
const
DES_KEY
=
"wxserrpc"
type
WxApiRes
struct
{
Errcode
string
Errcode
int
Errmsg
string
}
Write
Preview
Loading…
Cancel
Save