toArray(); $userAuth = UserAuth::where('user_id', $withdrawApply['user_id'])->order('terminal', 'asc')->findOrEmpty(); $config = WeChatConfigService::getWechatConfigByTerminal(1); // WechatMerchantTransferLogic::transfer($withdrawApply,$userAuth,$config); WechatMerchantTransferLogic::details($withdrawApply,$config); halt(111); } }