We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我虚拟定位到另一个地方成功了,但是大概1s钟后它又回到了原来的地方,打开筋斗云一看位置又回去了,而且穿越成功按钮重新变回了立即穿越,这是为什么呀?
The text was updated successfully, but these errors were encountered:
检查下是不是程序被清退了,确保修改程序是在后台运行着的。 具体要定位哪个位置可以在代码中修改经纬度,打包运行就可以异地打卡了
Sorry, something went wrong.
谢谢回答,另外还有个问题。就是感觉定位不够精确,而且我本来在南京市,定位到离我大概2km的地方,结果我直接飞到了成都市,不知道是啥情况。。。说不出话.jpg
源代码中默认设置了成都,那是我以前公司的位置,你要是想用钉钉打卡,要自己手动修改代码中的经纬度参数(只是两个变量而已),重新打包运行应该就没多大问题了。 public static final Gps COMPANY = new Gps(30.5819505065,104.0539652109);
public static final Gps COMPANY = new Gps(30.5819505065,104.0539652109);
No branches or pull requests
我虚拟定位到另一个地方成功了,但是大概1s钟后它又回到了原来的地方,打开筋斗云一看位置又回去了,而且穿越成功按钮重新变回了立即穿越,这是为什么呀?
The text was updated successfully, but these errors were encountered: