1234567891011121314151617 |
- <?php
- namespace App\Repositories\Eloquent;
- use GuzzleHttp\Client as httpClient;
- use Illuminate\Support\Facades\Redis;
- use App\Repositories\Contracts\WxServiceKfInterface;
- /**
- *
- * @author lilin
- *
- */
- class WxServiceKfFacadeRepository extends BaseRepository implements WxServiceKfInterface
- {
-
- }
|