Logo white

BJ_web_developers / wxgzh

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wxgzh
  • src
  • api
  • doPay.js
  • 宣化 临停补缴 聚合支付
    834a2f37
    刘淇 authored
    2023-07-10 14:11:45 +0800  
    Browse Code »
doPay.js 191 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import request from '@/utils/request'


export function doPay(params) {  // 支付信息获取
  return request({
    url: 'allInPay/doPay',
    method: 'post',
    data: params
  })
}