示例#1
0
文件: Base.php 项目: helenseo/pay
 /**
  * @param string $proApiKey API key used for Pro authentication
  */
 public static function setProApiKey($proApiKey)
 {
     self::$proApiKey = $proApiKey;
 }