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.
18 lines
673 B
18 lines
673 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<APIRegister>
|
|
<Group name="" id="">
|
|
<Item id="api1" name="调用前API*11" type="api" appName="FLOW">
|
|
<ClassName>com.zdxt.flow.common.FlowTestApi</ClassName>
|
|
<Assembly>zdxtFlowComponent.jar</Assembly>
|
|
<ConfigPageUrl>XXXX.jsp</ConfigPageUrl>
|
|
<Config>
|
|
|
|
</Config>
|
|
</Item>
|
|
<Item id="api2" name="调用后API*22" type="page" appName="FLOW">
|
|
<ClassName>com.zdxt.flow.common.FlowTestApi</ClassName>
|
|
<Assembly>zdxtFlowComponent.jar</Assembly>
|
|
<ConfigPageUrl></ConfigPageUrl>
|
|
</Item>
|
|
</Group>
|
|
</APIRegister>
|