Code Monkey home page Code Monkey logo

yqby's Introduction

##有求必应


####微信处理接口地址:http://yqby.mingdao.net


mainUserkey: 'yqby_user'
存储用户信息的key,field是用户编号,value同时存储用户发布的需求的编号、已经完成的需求编号和被分配到的唯一的需求编号的JSON,为HASH结构,JSON 格式如下
{ name: 微信昵称, ques: [], finished: [], assigned: id }

allQueskey: 'yqby_ques'
所有存储需求池子的key,field是需求编号,value是需求具体内容的JSON,为HASH结构,JSON 格式如下
{ id: 需求编号, time: 需求发布时间戳, type: 微信类型,文本、图片、语音等, from: 微信用户ID, name: 微信用户昵称, msg: 不同类型有不同的字段属性,以上三个是必须的 }

unAssignedQueskey: 'yqby_ques_unas'
尚未被分派的需求池子的key,value是需求的编号与发布作者的JSON,为LIST结构,JSON 格式如下
{ qid: id, user: userid, name: 微信昵称 }

assignedQueskey: 'yqby_ques_as'
已经被分配的需求池子的key,filed是需求编号,value是被分配的用户编号,为HASH结构

unConfirmedQueskey: 'yqby_ques_con'
待用户回复确认才发布的任务集合的key,field是用户编号,value是需求具体内容的JSON(结构跟allQueskey相似),为HASH结构

unAssignedConQueskey: 'yqby_ques_unascon'
待用户回复确认才接受的任务集合的key,field是用户编号,value是需求具体内容的JSON(结构跟unAssignedQueskey相似),为HASH结构

accesstokenKey: 'yqby_wxat'
暂存的accessToken,为String结构

yqby's People

Contributors

mhjerryjin avatar ipy avatar

Watchers

Pike Liang 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.