Commit ef1761b5 by 王涛55

feat:tip

parent d73a7510
......@@ -38,6 +38,7 @@ public class testActivity extends AppCompatActivity {
LogCat.d("userInfo", (String) value.get("name"));
}
LogCat.d("userInfo", response.getData());
Toast.makeText(testActivity.this, response.get(), Toast.LENGTH_SHORT).show();
}
});
......@@ -55,6 +56,7 @@ public class testActivity extends AppCompatActivity {
@Override
public void callFail(RouterResponse response) {
Toast.makeText(testActivity.this, response.get(), Toast.LENGTH_SHORT).show();
}
});
......
//切换运行方式
ext.isModule= true
ext.isModule= false
//壳app
ext.build_modele_app_id = "com.module.hikcreate"
//登录模块
......
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