mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 17:48:50 +08:00
🎨 #3250【开放平台】调整并完善小程序认证相关代码文档
This commit is contained in:
@ -11,8 +11,10 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author penhuozhu
|
||||
* @since 2024/01/07
|
||||
* @deprecated 应使用 WxOpenMaService.getAuthService() 的相关功能来处理小程序认证相关业务
|
||||
*/
|
||||
@Data
|
||||
@Deprecated
|
||||
public class WxMaUploadAuthMaterialResult implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user