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.
27 lines
828 B
27 lines
828 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest>
|
|
<application>
|
|
<name><![CDATA[NEW支付返现]]></name>
|
|
<identifie><![CDATA[payback]]></identifie>
|
|
<version><![CDATA[1.0.0]]></version>
|
|
<type><![CDATA[market]]></type>
|
|
<description><![CDATA[用户购买商品获取商户余额返现。]]></description>
|
|
<author><![CDATA[微连科技]]></author>
|
|
<url><![CDATA[http://www.weliam.cn/]]></url>
|
|
</application>
|
|
<setting>
|
|
<agent embed="false" />
|
|
<system embed="true" />
|
|
<task embed="false" />
|
|
</setting>
|
|
<agentmenu>
|
|
</agentmenu>
|
|
<systemmenu>
|
|
<menu title="返现" font="fa-inbox">
|
|
<entry title="返现记录" ac="payback" do="cashBackRecord" iscover="true"/>
|
|
</menu>
|
|
<menu title="设置" font="fa-inbox">
|
|
<entry title="基本设置" ac="payback" do="setting"/>
|
|
</menu>
|
|
</systemmenu>
|
|
</manifest>
|
|
|