Merge branch 'master' into release

This commit is contained in:
Jay 2017-04-26 17:34:52 +08:00
commit f02af21b7b

View File

@ -33,7 +33,7 @@ class WristbandPathInfo extends React.Component{
getList = () => {
let {mac, showDialog, getRequest} = this.props;
fetch('/api/wristband/getwristbandhealthpath', getRequest({
fetch('/api/wristband/getwristbandhealthinfo', getRequest({
mac,
stime: Math.floor(this.state.stime / 1000),
etime: Math.floor(this.state.etime / 1000)