国内WASDK 网页支付实现层
lipengwei
2020-01-13 157beaa0875c06ea754d12cd4c4b47eba03678c6
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WEBPAY1.4.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>