You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
<id>com.fr.plugin.sim.data</id>
<name><![CDATA[采集SIM卡数据到数据库插件]]></name>
<active>yes</active>
<version>1.0.1</version>
<env-version>10.0</env-version>
<jartime>2020-07-31</jartime>
<vendor>fr.open</vendor>
<description><![CDATA[]]></description>
<change-notes><![CDATA[
]]></change-notes>
<lifecycle-monitor class="com.fr.plugin.SIMLifeCycleMonitor"/>
<prefer-packages>
<prefer-package>com.huaweicloud.sdk.*</prefer-package>
<prefer-package>okhttp3.*</prefer-package>
<prefer-package>okio.*</prefer-package>
</prefer-packages>
<extra-core>
<!--定义函数的类名,函数名,描述-->
<FunctionDefineProvider class="com.fr.plugin.GetSIMDataFun" name="getSIMData" description="采集SIM卡数据到数据库函数需要2个参数,第一个为华为云的AK值,第二个为华为云的SK值"/>
</extra-core>
<function-recorder class="com.fr.plugin.GetSIMDataFun"/>
</plugin>