| 1234567891011121314151617181920 |
- <?php
- /**
- * @package merchant
- *
- * @author xaboy
- * @day 2020-04-20
- *
- *
- */
- namespace crmeb\exceptions;
- use think\exception\HttpResponseException;
- use think\exception\ValidateException;
- use think\Response;
- class WechatException extends ValidateException
- {
- }
|