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

com.barcke.y.baidu.component.constants.BaiduParamsConstants Maven / Gradle / Ivy

The newest version!
package com.barcke.y.baidu.component.constants;

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

    /**
     * 需要解密的ticket在map中的key名称
     */
    public static final String THIRD_PART_TICKET_DECRYPT_KEY = "Encrypt";

    /**
     * 从解密后的信息中拿ticket的key
     */
    public static final String THIRD_PART_GET_TICKET_KEY = "Ticket";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy