## think-utils
### 工具簡介
* 日常總結
* 默認加載 ` "overtrue/wechat": "~4.0" ` ` "intervention/image": "^2.5" `
### 安裝方式
~~~
composer require acmecms/think-utils
~~~
### 文檔地址
[http://www.hmoore.net/vertex/thinkutils\_00](http://www.hmoore.net/vertex/thinkutils_00)
### 加載服務
```
\acme\basis\Pipeline::class //擴展thinkphp管道類
\acme\services\Wechat::class //二次封裝easywechat組件
```
## 版本升級
### v1.0.2~v1.0.3
* [ ] 模型驗證 (完全替換)
* 刪除getValidateFieldName() 現在可直接在getRules() 數組配置 ['name'=>['field name']]
* 新增 getValidateMessage() 用來替換驗證信息
* 刪除 validate() 替換為 checkData() `(好處是模型寫入操作會直接調用)`
* [ ] easywechat 服務替換
* 更換為自定義服務繼承