forked from php-danfu.shenzhenbenwo.com

lefengyang
2025-09-10 9753a88eceb52a0f2e3084cf72f3474d2d7d7f1b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// This file is auto-generated, don't edit it. Thanks.
package com.alipay.easysdk.member.identification.models;
 
import com.aliyun.tea.*;
 
public class AlipayUserCertifyOpenCertifyResponse extends TeaModel {
    @NameInMap("body")
    @Validation(required = true)
    public String body;
 
    public static AlipayUserCertifyOpenCertifyResponse build(java.util.Map<String, ?> map) throws Exception {
        AlipayUserCertifyOpenCertifyResponse self = new AlipayUserCertifyOpenCertifyResponse();
        return TeaModel.build(map, self);
    }
 
}