|
@@ -53,11 +53,14 @@ public class MapChallengeActivity extends Activity {
|
|
btnMap4 = findViewById(R.id.btn_map_4);
|
|
btnMap4 = findViewById(R.id.btn_map_4);
|
|
btnMap5 = findViewById(R.id.btn_map_5);
|
|
btnMap5 = findViewById(R.id.btn_map_5);
|
|
btnMap6 = findViewById(R.id.btn_map_6);
|
|
btnMap6 = findViewById(R.id.btn_map_6);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
void login(){
|
|
void login(){
|
|
Map<String, String> params = new HashMap<>();
|
|
Map<String, String> params = new HashMap<>();
|
|
- ApiHttpClient.get(ApiUrl.login, new CSMHttpCallback() {
|
|
|
|
|
|
+ params.put("ptcmobile",name);
|
|
|
|
+ params.put("ptcpswd",pwd);
|
|
|
|
+ ApiHttpClient.get(ApiUrl.login,params, new CSMHttpCallback() {
|
|
@Override
|
|
@Override
|
|
protected void onSuccess(String jsonStr) {
|
|
protected void onSuccess(String jsonStr) {
|
|
|
|
|