<?php namespace common\expand\alipay\order\notice; interface ValidateInterface { /** * @return bool|array */ public function valid(); }