GithubHelp home page GithubHelp logo

queryuserid's Introduction

QueryUserID

/user/getUid 通过用户hex和id查询用户 但若使用id则会只查询与该id符合的用户
需要传入参数:Hex或id

/user/getUser 通过id查询用户,查询时会通过B站API获取符合该UID的用户名,并对数据库进行更新
需要传入参数:user

/user/list 通过表名查询用户,使用start和length限定查询的长度
需要传入参数:tableName
可传入参数:start,length

/user/update 通过put请求方法实现对数据的更新,需要校验Key
需要传入参数:key,id
可传入参数:hex,name,alias,tableName

/user/insert 通过POST请求方法实现对数据的更新,需要校验Key
需要传入参数:id,hex,key
可传入参数:name,alias,tableName

/user/createTable 通过get请求方法实现创建表,需要校验Key
需要传入参数:tableName,key

/user/getUserForChar 通过get请求方法实现通过弹幕查询用户信息
需要传入参数:bv号,bChar弹幕内容,timeline弹幕发送时间

/user/getCharForUser 通过get请求方法实现通过用户查询其对该稿件发送的所有弹幕
需要传入参数:bv号,User(uid或hex)

IpUtil类作者: /**

  • @Author: make mpy
  • @Description: 获取IP的方法
  • @Date: 2021/1/18 15:02 */

联系我:[email protected]

queryuserid's People

Contributors

shirai714 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.