mirror of
				https://gitee.com/technical-laohu/mpay.git
				synced 2025-11-04 16:53:44 +08:00 
			
		
		
		
	修复手机监听通知配置aid信息错误导致的报错
This commit is contained in:
		@@ -30,6 +30,7 @@ class PayAccount extends BaseModel
 | 
			
		||||
    public static function getAccountConfig($aid, $pid = null): array|bool
 | 
			
		||||
    {
 | 
			
		||||
        $aid_info = self::find($aid);
 | 
			
		||||
        if (!$aid_info) return false;
 | 
			
		||||
        // 插件配置
 | 
			
		||||
        $platform = PluginController::getPluginInfo($aid_info->getData('platform'));
 | 
			
		||||
        // 查询参数
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user