修改贷款信息

This commit is contained in:
yerz123
2022-03-15 15:07:13 +08:00
parent 4e67e362b2
commit b452fccee1
8 changed files with 168 additions and 84 deletions
+6
View File
@@ -811,5 +811,11 @@ apiQuery.getAppCustomersTag = function (params) {
})
}
//修改贷款信息
apiQuery.putAppLoan = function (params) {
return new Promise(function (resolve, reject) {
HttpRequest(true, Config.api.appLoan, 2, params, "PUT", resolve, reject)
})
}
export default apiQuery;