wxr
2023-02-21 84396f60e368a5f5261ba21121d013ef8bfbf523
AndroidOpenDemo/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/openapi/DeviceAddOpenApiManager.java
@@ -139,9 +139,9 @@
        BindDeviceData.Response response = new BindDeviceData.Response();
        response.parseData(json);
        Intent intent = new Intent();
        intent.setAction("hdlUserDeviceBind");
        intent.putExtra("data",response.data.toString());
//        Intent intent = new Intent();
//        intent.setAction("hdlUserDeviceBind");
//        intent.putExtra("data",response.data.toString());
        return response;
    }