-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
qizhenxin
committed
Apr 15, 2024
1 parent
ff97d3e
commit 3e6febf
Showing
4 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.qzx.xdupartner.entity; | ||
|
||
import cn.binarywang.wx.miniapp.bean.WxMaJscode2SessionResult; | ||
import lombok.AllArgsConstructor; | ||
|
||
@AllArgsConstructor | ||
public class Result { | ||
WxMaJscode2SessionResult result; | ||
Long userId; | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/com/qzx/xdupartner/service/UserInfoService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters