<?php class SDKVersion { /** * 老接口全部使用ss的内部域 */ public static $VERSION = "2.0.0"; /** * 新接口使用cp的内部域 */ public static $LANGUAGE = "php"; }