|
|
@@ -490,7 +490,7 @@ public class FlutterAlibcHandle { |
|
|
|
// AlibcTradeSDK.setShouldUseAlipay(call.argument("isNeed")); |
|
|
|
} |
|
|
|
|
|
|
|
public void getUdid(MethodCall call) { |
|
|
|
public void getUdid(MethodCall call,Result result) { |
|
|
|
String udid = UTDevice.getUtdid(register.activity().getApplicationContext()); |
|
|
|
Map<String, String> resMap = new HashMap(); |
|
|
|
resMap.put("udid", udid); |
|
|
|