AlipayNoticeInterface.php 153 B

1234567891011
  1. <?php
  2. namespace common\expand\alipay\order\notice;
  3. interface AlipayNoticeInterface
  4. {
  5. /**
  6. * @return mixed
  7. */
  8. public function exec();
  9. }