6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
import request from '@/utils/request'
|
|
|
|
// 微信支付查询
|
|
export function apiWechatQuery(params: any) {
|
|
return request.get({ url: '/index/wechatQuery', params })
|
|
} |