Merge branch 'feature/GFRS-1291【0529】银行卡鉴权' into release/0528

# Conflicts:
#	src/api/ebiz/sale/sale.js
This commit is contained in:
tian.guangyuan
2020-05-29 14:05:15 +08:00
2 changed files with 46 additions and 3 deletions

View File

@@ -230,3 +230,12 @@ export function getCompany(data) {
data
})
}
// 2.1. 校验银行卡信息
export function checkCard(data) {
return request({
url: getUrl('/customer/checkCard', 1),
method: 'post',
data
})
}