Skip to content

Commit

Permalink
注册改为用户输入的号码,非测试号码
Browse files Browse the repository at this point in the history
  • Loading branch information
472530498 committed May 25, 2019
1 parent 801be79 commit 3cfe08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ public void afterEvent(int event, int result, Object data) {
JSONObject json = new JSONObject();
try {
insertData.put("insertData", json);
json.put("user_rid", "13660590625");
// json.put("user_rid", "13660590625");
json.put("user_rid", phone);
} catch (JSONException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 3cfe08e

Please sign in to comment.