app微信登录

This commit is contained in:
苏尹岚
2020-08-13 11:09:09 +08:00
parent 10b1fc1e60
commit 45aebae7ed
4 changed files with 36 additions and 29 deletions

View File

@@ -92,9 +92,6 @@ func getWxApp(appID string) (miniApi *weixinapi.API) {
if len(appID) > 0 && appID == api.WeixinMiniAppID2 {
miniApi = api.WeixinMiniAPI2
}
if len(appID) > 0 && appID == api.WeixinMiniAppID3 {
miniApi = api.WeixinMiniAPI3
}
return miniApi
}