<?php namespace addons\HiGo\common\global_func\withdraw_way; class WithdrawWay { public static function getExtensionWithdrawWay() { $data = [ 'third_party_address' => '第三方提现地址', ]; return $data; } }