Skip to content
New issue

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

Feature niu #11

Merged
merged 2 commits into from
Jul 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
#comment 替换V7版本SDK #PR
  • Loading branch information
牛冲 committed Jul 8, 2020
commit 2df71d47316f5d67ca68f014db15495c6cc2f725
4 changes: 2 additions & 2 deletions app/src/main/java/com/heweather/owp/utils/ContentUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
public class ContentUtil {

//用户id
public static final String PUBLIC_ID = "HE1903211415311839";
public static final String PUBLIC_ID = "public_id";
//用户key
public static final String APK_KEY = "a7b3fdf76a2b44fc91e36b2afe63d080";
public static final String APK_KEY = "key";
//当前所在位置
public static Double NOW_LON = 116.40;
public static Double NOW_LAT = 39.9;
Expand Down