/**
  * get store key
  * support split character:'.', ':', '+', '*'
  *
  * @return mixed 
  * @static 
  */
 public static function getStoreKey()
 {
     return \Toplan\Sms\SmsManager::getStoreKey();
 }