Commit 5946ca46 authored by 蔡闯's avatar 蔡闯

2021-7-6

parent 933cdfda
......@@ -3,6 +3,7 @@ namespace app\wechatapi\controller;
use app\BaseController;
use think\facade\Cache;
use think\facade\Db;
use think\facade\Log;
use think\facade\Request;
class Company extends BaseController
......@@ -88,6 +89,7 @@ class Company extends BaseController
} else {
$redis->set($key,1);
}
Log::write("调用了转发接口");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment