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