thinkphp
thinkphp5.1修改添加配置项

```php/***修改扩展配置文件.**@paramarray$arr需要更新或添加的配置*@paramstring$file配置文件名(不需要后辍)**@return...

thinkphp5.1保存搜索条件

```php$map[]=['sell_id','=',API_UID];$map[]=['status','=',1];$find='id,cid,goods_title,goods_price,goods_no...