This commit is contained in:
Jay 2017-04-26 17:34:35 +08:00
parent 712a78c4ed
commit 3062208332
1 changed files with 1 additions and 1 deletions

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)