Commit 12040c3f by 姜雷

修改不替换时间戳

parent c88afb60
......@@ -45,10 +45,7 @@ function AppLaunch() {
Taro.showLoading();
const { uuId, serviceId } = entity;
if (uuId && serviceId) {
fetchAppLaunchCustomer({
...entity,
timeStamp: Math.floor(new Date().getTime() / 1000),
})
fetchAppLaunchCustomer(entity)
.then(res => {
console.log(res);
Taro.hideLoading();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment