SpeechConstant.java
306 Bytes
/*
* Copyright (c) Wondertek Technologies Co., Ltd. 2019-2022. All rights reserved.
*/
package com.wd.speech;
/**
* 描述:
*
* @author : lvjinhui
* @since: 2022/6/21
*/
public class SpeechConstant {
/**
* APPKEY
*/
public static final String APPKEY = "EospGmM6mdPljjjm";
}