Browse Source

修改变量类型

master v0.1.6
guzeng 3 years ago
parent
commit
47a8d9e2e0
1 changed files with 1 additions and 1 deletions
  1. +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
}


Loading…
Cancel
Save