fix url
This commit is contained in:
parent
712a78c4ed
commit
3062208332
@ -33,7 +33,7 @@ class WristbandPathInfo extends React.Component{
|
|||||||
|
|
||||||
getList = () => {
|
getList = () => {
|
||||||
let {mac, showDialog, getRequest} = this.props;
|
let {mac, showDialog, getRequest} = this.props;
|
||||||
fetch('/api/wristband/getwristbandhealthpath', getRequest({
|
fetch('/api/wristband/getwristbandhealthinfo', getRequest({
|
||||||
mac,
|
mac,
|
||||||
stime: Math.floor(this.state.stime / 1000),
|
stime: Math.floor(this.state.stime / 1000),
|
||||||
etime: Math.floor(this.state.etime / 1000)
|
etime: Math.floor(this.state.etime / 1000)
|
||||||
|
Loading…
Reference in New Issue
Block a user