s***@aliyun.com
s***@aliyun.com
  • 发布:2021-12-27 15:25
  • 更新:2021-12-27 15:25
  • 阅读:254

uniMP.getAppid()的返回值为null

分类:uni-app

大佬们,帮忙看看为啥返回的事null呢

 try {  
            IUniMP uniMP = DCUniMPSDK.getInstance().openUniMP(mContext,"__UNI__ADC1D4B");  
            String appid = (String) uniMP.getAppid();  
            mUniMPCaches.put(uniMP.getAppid(), uniMP);  
        } catch (Exception e) {  
            e.printStackTrace();  
        }

小程序打开了,但是uniMP.getAppid()的返回值为null返回null

2021-12-27 15:25 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复