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