<?php namespace common\expand\alipay\order\notice; interface AlipayNoticeInterface { /** * @return mixed */ public function exec(); }