|
|
@ -19,11 +19,11 @@ class TestController |
|
|
{ |
|
|
{ |
|
|
public function index() |
|
|
public function index() |
|
|
{ |
|
|
{ |
|
|
$redis_key = 'mini_program_set_host:' . substr(md5(env('APP_URL')), 0, 10); |
|
|
|
|
|
|
|
|
/*$redis_key = 'mini_program_set_host:' . substr(md5(env('APP_URL')), 0, 10); |
|
|
Redis::del($redis_key); |
|
|
Redis::del($redis_key); |
|
|
|
|
|
|
|
|
$redis_key = 'mini_program_set_privacy'; |
|
|
$redis_key = 'mini_program_set_privacy'; |
|
|
Redis::del($redis_key); |
|
|
|
|
|
|
|
|
Redis::del($redis_key);*/ |
|
|
|
|
|
|
|
|
$agent = Agent::find(14); |
|
|
$agent = Agent::find(14); |
|
|
$openPlatform = new OpenPlatform(); |
|
|
$openPlatform = new OpenPlatform(); |
|
|
|