|
|
@@ -8,31 +8,31 @@ use Yii;
|
|
|
|
|
|
class WxOpenService extends BaseService
|
|
|
{
|
|
|
-
|
|
|
+
|
|
|
public static $baseFile = '\biz\weixin\classes\WxOpenClass';
|
|
|
-
|
|
|
- //获取当前开放平台信息 shish 2020.2.11
|
|
|
+
|
|
|
+ //获取平台基础信息 shish 2020.2.11
|
|
|
public static function getOpen()
|
|
|
{
|
|
|
return WxOpenClass::getOpen();
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
//获取平台管理员手机号 shish 2020.3.4
|
|
|
public static function getAdminMobile()
|
|
|
{
|
|
|
return WxOpenClass::getAdminMobile();
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
//取平台帐号 shish 2020.3.7
|
|
|
public static function getPlatformAccount()
|
|
|
{
|
|
|
return WxOpenClass::getPlatformAccount();
|
|
|
}
|
|
|
|
|
|
- //获取平台的商家
|
|
|
+ //获取平台微信信息
|
|
|
public static function getOpenInfo()
|
|
|
{
|
|
|
return WxOpenClass::getOpenInfo();
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|