Example #1
0
 /**
  * 返回币种数组
  * @author wjh
  * @version 2014-3-27
  * @return array 币种数组
  */
 public static function getCurrency($index)
 {
     return BDataHelper::getConfigArray('currency', $index);
 }