All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.barcke.y.baidu.pojo.thirdpart.auto.request.PreAuthCodeRequest Maven / Gradle / Ivy

The newest version!
package com.barcke.y.baidu.pojo.thirdpart.auto.request;

import com.barcke.y.baidu.component.annotation.BaiduFieldName;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
  *                  ,;,,;
  *                ,;;'(    社
  *      __      ,;;' ' \   会
  *   /'  '\'~~'~' \ /'\.)  主
  * ,;(      )    /  |.     义
  *,;' \    /-.,,(   ) \    码
  *     ) /       ) / )|    农
  *     ||        ||  \)     
  *     (_\       (_\
  *
  * @author Barcke
  * @version 1.0
  **/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class PreAuthCodeRequest {

    /**
     * 第三方平台的接口调用凭据
     */
    @BaiduFieldName("access_token")
    private String accessToekn;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy