进出日志后台查询;小程序端进门;导出表格时日期转换
This commit is contained in:
@@ -13,3 +13,18 @@ export function getGateDetail(id) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/** 进入大门 */
|
||||
export function enterGate(gateId, type) {
|
||||
let userInfo = wx.getStorageSync("userInfo")
|
||||
console.log("userId, gateId, type", userInfo.id, gateId, type)
|
||||
return send_request({
|
||||
url: '/access/access-log/miniprogram/enterGate',
|
||||
method: "GET",
|
||||
data: {
|
||||
userId: userInfo.id,
|
||||
gateId,
|
||||
type
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user