dict::getDict('ptStyle', 'ghs')]); } //取零售平台信息 ssh 2021.2.25 public static function getHdOpen() { return self::getByCondition(['style' => dict::getDict('ptStyle', 'hd')]); } public static function getMallOpen() { return self::getByCondition(['style' => dict::getDict('ptStyle', 'mall')]); } public static function getWxBase() { $wxBase = [ dict::getDict('ptStyle', 'hd') => WxOpenClass::getWxInfo(), dict::getDict('ptStyle', 'ghs') => WxOpenClass::getGhsWxInfo(), dict::getDict('ptStyle', 'mall') => self::getMallWxInfo(), ]; return $wxBase; } public static function getWxInfo() { return \bizHd\wx\classes\WxOpenClass::getWxInfo(); } public static function getGhsWxInfo() { return \bizHd\wx\classes\WxOpenClass::getGhsWxInfo(); } public static function getMallWxInfo() { return \bizHd\wx\classes\WxOpenClass::getMallWxInfo(); } }