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

com.youziku_plus.sdk.common.ServicePlusMethod Maven / Gradle / Ivy

The newest version!
package com.youziku_plus.sdk.common;

/**
 * 接口方法
 * @author gaobing
 *
 */
public class ServicePlusMethod {
	
	/**
	 * 单标签生成方法名
	 * @author gaobing
	 *
	 */
	public class WebFont{
		
		/**
		 * 接口方法GetFontFace()
		 */
		public static final String GetFontface = "/ramUnicodeWebFont/getFontFace";
		
		/**
		 * 接口方法GetWoffFontFace()
		 */
		public static final String GetWoffFontFace = "/ramUnicodeWebFont/getWoffFontFace";
		
		/**
		 * 接口方法GetFontFace()
		 */
		public static final String GetScopeFontface = "/ramUnicodeScopeWebFont/getFontFace";
		
		/**
		 * 接口方法GetWoffFontFace()
		 */
		public static final String GetScopeWoffFontFace = "/ramUnicodeScopeWebFont/getWoffFontFace";
	}
	 

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy