3 changed files with 23 additions and 4 deletions
@ -0,0 +1,14 @@ |
|||
package com.yxt.yythmall.biz.lpkcustomer; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @author wangpengfei |
|||
* @date 2024/12/16 11:00 |
|||
*/ |
|||
@Data |
|||
public class WxResult { |
|||
private String unionid; |
|||
private String openid; |
|||
private String session_key; |
|||
} |
Loading…
Reference in new issue