石广澎
2024-08-08 c9aed0a7a2cfa34fc2116bf38ed47513cd9c12ef
feat(支付): 云闪付
1个文件已修改
5 ■■■■ 已修改文件
common/api/index.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/api/index.js
@@ -1,6 +1,7 @@
import {
    config
} from '@/common/config.js';
const http = uni.$u.http;
const URL = config.baseURL;
@@ -15,10 +16,6 @@
/* 获取积分价值 */
export const getScoreWorth = (params, config = {}) => http.get(URL +
    '/payfour-merchant/v1/web/aggregatePayAllin/getScoreWorth', params, config)
/* 静默授权登录 */
export const getOpenIdBase = (params, config = {}) => http.get(URL +
    '/payfour-merchant/v1/web/aggregatePayAllin/getOpenIdBase', params, config = {});
/*统一授权*/
export const userLogin = (params, config = {}) => {