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