作者 刘锟

update

@@ -285,12 +285,15 @@ public function getRandInquiryText(Request $request) @@ -285,12 +285,15 @@ public function getRandInquiryText(Request $request)
285 285
286 /** 286 /**
287 * 通知拉代码 287 * 通知拉代码
  288 + * @return string
288 * @author Akun 289 * @author Akun
289 - * @date 2025/06/13 15:18 290 + * @date 2025/06/13 15:30
290 */ 291 */
291 public function pullCode() 292 public function pullCode()
292 { 293 {
293 Redis::set('pull_code', true); 294 Redis::set('pull_code', true);
  295 +
  296 + return $this->success();
294 } 297 }
295 298
296 /** 299 /**