WithdrawWay.php 263 B

123456789101112131415
  1. <?php
  2. namespace addons\HiGo\common\global_func\withdraw_way;
  3. class WithdrawWay
  4. {
  5. public static function getExtensionWithdrawWay()
  6. {
  7. $data = [
  8. 'third_party_address' => '第三方提现地址',
  9. ];
  10. return $data;
  11. }
  12. }