opt:二维码打开小程序,失败时只返回失败信息字符串。

toast提示时仅提示字符串内容
master
xiaoyu 2022-08-11 18:24:26 +08:00
parent 3d6dfc162b
commit 630462a281
1 changed files with 1 additions and 5 deletions

View File

@ -174,11 +174,7 @@ public class AppletModule extends BaseApi {
@Override
public void onError(int i, String s) {
callback.onFail(new HashMap(){
{
put("info",s);
}
});
callback.onFail(s);
}
@Override