作者 刘锟

update

... ... @@ -285,12 +285,15 @@ public function getRandInquiryText(Request $request)
/**
* 通知拉代码
* @return string
* @author Akun
* @date 2025/06/13 15:18
* @date 2025/06/13 15:30
*/
public function pullCode()
{
Redis::set('pull_code', true);
return $this->success();
}
/**
... ...