common/api/index.js
@@ -58,6 +58,8 @@ /* 微信支付 */ export const saveWxOrder = (params, config = {}) => http.post(URL + '/service-merchant/v1/web/aggregatePayAllin/saveWxOrder', params, config = {}); export const saveWxOrder1 = (params, config = {}) => http.post(URL + '/service-merchant/v1/web/aggregatePayAllin/saveOrder', params, config = {}); /* 图形验证吗 */ export const getVerify = (params, config = {}) => http.get(URL +