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

com.luna.api.xfyun.constant.XfConstant Maven / Gradle / Ivy

The newest version!
package com.luna.api.xfyun.constant;

/**
 * @author luna
 * @date 2024/6/20
 */
public interface XfConstant {


    String HOST        = "https://api.xf-yun.com";
    String PATH        = "/v1/private/sf8e6aca1";
    String REQUEST_URL = HOST + PATH;

    // 控制台获取以下信息
    String APPID       = "5eae601b";
    String API_SECRET  = "f8457806d8ae791dcfd250c1b4ca2ba8";
    String API_KEY     = "d0b88051dff7906c15ab700316a2a412";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy