PayController.php 226 B

1234567891011121314151617
  1. <?php
  2. namespace App\Http\Controllers\V1;
  3. class PayController extends Controller
  4. {
  5. public function bytedance()
  6. {
  7. $app = $this->getByteDanceFactory();
  8. }
  9. public function query()
  10. {
  11. }
  12. }