Skip to content

Commit

Permalink
增加灵聚机器人接口
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Nov 29, 2021
1 parent c213489 commit 52ad85c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 313 deletions.
22 changes: 13 additions & 9 deletions src/request/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,18 @@ class JokeRand extends Request
{
}

/**
* @method $this withInput($value)
* @method $this withUserid($value)
* @method $this withUserip($value)
* @method $this withCity($value)
* @method $this withLat($value)
* @method $this withLng($value)
*/
class LingjuChat extends Request
{
}

class LifeTip extends Request
{
}
Expand Down Expand Up @@ -2028,14 +2040,6 @@ class TrashSearch extends Request
{
}

/**
* @method $this withQuestion($value)
* @method $this withUser($value)
*/
class TulingIndex extends Request
{
}

/**
* @method $this withMobiles($value)
* @method $this withType($value)
Expand Down Expand Up @@ -2753,6 +2757,7 @@ class XnbIndex extends Request
* @method JokeQuery jokeQuery() 根据时间戳返回该时间点前或后的笑话列表
* @method JokeLatest jokeLatest() 获取最新的笑话
* @method JokeRand jokeRand() 随机获取笑话
* @method LingjuChat lingjuChat() 灵聚ChatBot机器人
* @method LifeTip lifeTip() 生活小窍门
* @method LiteraryPoetry literaryPoetry() 唐诗三百首
* @method LiteraryTang literaryTang() 唐诗大全
Expand Down Expand Up @@ -2895,7 +2900,6 @@ class XnbIndex extends Request
* @method TrashVoice trashVoice() 语音识别垃圾分类
* @method TrashImage trashImage() 图像识别垃圾分类
* @method TrashSearch trashSearch() 名称识别垃圾分类
* @method TulingIndex tulingIndex() 图灵机器人
* @method UnnBatchUcheck unnBatchUcheck() 手机空号检测
* @method UnnStatus unnStatus() 号码实时查询(基础版)
* @method Verifybankcard3Query verifybankcard3Query()
Expand Down
304 changes: 0 additions & 304 deletions src/request/douyin.php

This file was deleted.

0 comments on commit 52ad85c

Please sign in to comment.