log delete

This commit is contained in:
richboo111
2022-10-24 14:37:32 +08:00
153 changed files with 44 additions and 858 deletions

View File

@@ -22,7 +22,10 @@ func init() {
}
func (a *StaffAuther) VerifySecret(dummy, code string) (authBindEx *auth2.AuthBindEx, err error) {
<<<<<<< HEAD
=======
>>>>>>> b751c9442459defeaf01c6881116e08f1d8f0b47
userID, err := api.DingDingAPI.GetUserID(code)
if err == nil {
userDetail, err2 := api.DingDingAPI.GetUserDetail(userID.UserID)