UNPKG
htao-common
Version:
latest (1.0.0)
1.0.0
通用
htao-common
/
src
/
api
/
bfjBankAccount.js
11 lines
(9 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import request
from
'@/utils/request'
;
//省市级
export
function
bfjAccount
(
params
)
{
return
request
({
url
:
'/fund/pbocBank/pageList'
,
method
:
'post'
,
data
: params }) }