|
@@ -13,6 +13,7 @@ import com.alibaba.android.arouter.launcher.ARouter;
|
|
|
import com.cooleshow.base.common.WebApi;
|
|
|
import com.cooleshow.base.common.WebConstants;
|
|
|
import com.cooleshow.base.router.RouterPath;
|
|
|
+import com.cooleshow.base.utils.LOG;
|
|
|
import com.cooleshow.base.utils.LogUtils;
|
|
|
import com.cooleshow.chatmodule.utils.helper.ChatHelper;
|
|
|
import com.cooleshow.student.helper.EventHelper;
|
|
@@ -52,6 +53,7 @@ public class JsInterfaceAccomPanyUtils extends Object {
|
|
|
try {
|
|
|
JSONObject jsonObject = new JSONObject(message);
|
|
|
String api = jsonObject.getString("api");
|
|
|
+ LOG.i("acc api:"+api);
|
|
|
if ("back".equals(api)) {
|
|
|
activity.finish();
|
|
|
} else if ("login".equals(api)) {
|