国内WASDK 网页支付实现层
hank
2016-12-13 2d1b21ea17fa65ac4f53a61df1c848bf4e7b9801
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WEBPAY1.1.0"/>
    <comps>
        <!-- 支付模块 -->
        <comp module="PAY" plaf="WEBPAY" mandatory="YES" value="WAWebPay" desc="WEB支付"/>
    </comps>
    
    <ops>
        <op type="copy" category="res" isFile="NO" from="frameworks" to="wasdk/webpay/frameworks" />
    </ops>
</config>