baishaojie 2 년 전
부모
커밋
a073bb50a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/util/wechatOpenId.go

+ 1 - 1
pkg/util/wechatOpenId.go

@@ -21,7 +21,7 @@ func GetOpenID(writer http.ResponseWriter, request *http.Request) {
 	if err != nil {
 		return
 	}
-	fmt.Println("my openid", openid)
+	fmt.Println("my  openid", openid)
 }
 
 const (