You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
319 B

  1. <?php
  2. class CCBNotifyController extends BaseController
  3. {
  4. public function pay()
  5. {
  6. }
  7. public function refund()
  8. {
  9. }
  10. public function merchant()
  11. {
  12. }
  13. public function accounting()
  14. {
  15. }
  16. public function bill()
  17. {
  18. }
  19. public function platform()
  20. {
  21. }
  22. }