订单计算修改

This commit is contained in:
苏尹岚
2020-08-17 15:00:52 +08:00
parent a4e15bb61c
commit 927c261f0d
4 changed files with 12 additions and 11 deletions

View File

@@ -4,7 +4,6 @@ import (
"bytes"
"encoding/base64"
"errors"
"fmt"
"regexp"
"strings"
"time"
@@ -296,7 +295,6 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
} else {
err = ErrIllegalAuthType
}
fmt.Println("testauthInfo", utils.Format4Output(authInfo, false))
return authInfo, err
}