Coder Social home page Coder Social logo

xt01's Introduction

留言板API文档

Api名 名称 返回值 返回值 请求方式
message/findBySelection 通过是否为精选查询所有留言 Message对象或者Null int32(0/1) POST
message/list 查询所有留言 Message对象或者Null Null POST
message/findByUserId 通过用户Id查询预约留言 Message对象或者Null UserId POST
message/add 插入留言 1:成功,0:失败 UserId&留言内容 POST
message/delete 删除留言 1:成功,0:失败 MessageId POST
message/beselect 设置留言为精选 1:成功,0:失败 MessageId POST
message/noselect 设置留言为非精选 1:成功,0:失败 MessageId POST

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.