/* ============================================================= * GM Pay — payment.js * 后端对接只需关注: * 1. CONFIG.api.supportedAssets — 获取支持的网络和币种 * 2. CONFIG.api.selectMethod — Step 1 确认接口(POST 币种/网络,返回收款地址) * 3. CONFIG.api.checkStatus — 轮询接口 URL * 4. CONFIG.api.statusMap — 状态码映射 * 5. index.html 底部