GithubHelp home page GithubHelp logo

team-group's Introduction

build with laravel

线上地址:http://pintuan.yuanwei100.com

更新说明

2017-03-28

新增与变更

  • 拼团的summary进行urlencode后写入db,获取时urldecode,用以支持emoji

bug 修复

  • 修复审核后台的状态展示问题
  • 修复审核后台的拼团详情进度条问题

2017-03-23

新增与变更

  • [GET] /group/{拼团id}/participant/{订单id} 接口新增参团者姓名和头像

2017-03-22

新增与变更

  • 商品价格移除了整型限制,数据库字段调整为DECIMAL(14,2)
  • 可以使用 [GET] /group/{拼团id} 接口中的 total_users 展示拼团信息中的总人数

bug 修复

  • 取消拼团时的状态判定bug
  • [GET] group/68/participant 接口中错误的将 uid 当做 id, 另外为了安全起见,移除了该接口中用户敏感信息(token, session_key, openid),仅保留name, uidavatar

2017-03-21

新增与变更

  • 批量查询某个团下的订单可以使用/group/{团id}/participant, 支持分页
  • 按id查询单个订单可以使用/group/{团id}/participant/{订单id}
  • participant类接口的commodities字段,均包含了商品名称和单价
  • participant类接口(包括单条或批量)新增total_price字段,表示该订单的合计金额
  • 提前结束拼团可使用[PUT] /group/41,body里带上finishtime=1,(接口文档名称:更新拼团状态(提前结束拼团))

bug 修复

  1. 解决拼团总金额和订单的数额对不上的问题
  2. 拼团结束时,如果达到人数或金额要求,则status=2, 表示为截团
  3. 拼团结束时,如果未达到人数或金额要求,则status=1, 表示为已过期
  4. 手动结束拼团与达到结束时间逻辑一致, 即将finishtime更新为当前时间

team-group's People

Contributors

vastwu avatar

Watchers

 avatar  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.