MCPcopy Create free account

hub / github.com/Jiangw2020/loan / functions

Functions653 in github.com/Jiangw2020/loan

MethodremoveFile
(String url)
service-oss/src/main/java/jw/srb/oss/service/impl/FileServiceImpl.java:49
MethodremoveToken
(String token)
service-base/src/main/java/jw/srb/base/util/JwtUtils.java:65
FunctionresetToken
({ commit })
srb-admin/src/store/modules/user.js:92
Functionresponse
(req, res)
srb-admin/mock/mock-server.js:39
MethodreturnCommit
还款 @param request @return
hfb/src/main/java/com/heepay/controller/LendReturnController.java:63
MethodreturnCommit
(Map<String, Object> paramMap)
hfb/src/main/java/com/heepay/service/impl/LendReturnServiceImpl.java:35
Functionsave
(integralGrade)
srb-admin/src/api/core/integral-grade.js:23
Methodsave
(@RequestBody BorrowerVO borrowerVO, HttpServletRequest request)
service-core/src/main/java/jw/srb/core/controller/api/BorrowerController.java:34
Methodsave
(@RequestBody BorrowInfo borrowInfo, HttpServletRequest request)
service-core/src/main/java/jw/srb/core/controller/api/BorrowInfoController.java:43
Methodsave
( @ApiParam(value = "积分等级对象", required = true) @RequestBody IntegralGrade integralGrad
service-core/src/main/java/jw/srb/core/controller/admin/AdminIntegralGradeController.java:60
MethodsaveBorrowInfo
(BorrowInfo borrowInfo, Long userId)
service-core/src/main/java/jw/srb/core/service/impl/BorrowInfoServiceImpl.java:82
MethodsaveBorrowerVOByUserId
(BorrowerVO borrowerVO, Long userId)
service-core/src/main/java/jw/srb/core/service/impl/BorrowerServiceImpl.java:58
MethodsaveTransFlow
(TransFlowBO transFlowBO)
service-core/src/main/java/jw/srb/core/service/impl/TransFlowServiceImpl.java:29
MethodselectBorrowerAttachVOList
(Long borrowerId)
service-core/src/main/java/jw/srb/core/service/impl/BorrowerAttachServiceImpl.java:25
MethodselectByLendId
(Long lendId, Long userId)
service-core/src/main/java/jw/srb/core/service/LendItemReturnService.java:19
MethodselectByLendId
(Long lendId)
service-core/src/main/java/jw/srb/core/service/LendReturnService.java:19
MethodselectByLendId
(Long lendId)
service-core/src/main/java/jw/srb/core/service/impl/LendReturnServiceImpl.java:68
MethodselectByLendId
(Long lendId, Integer status)
service-core/src/main/java/jw/srb/core/service/impl/LendItemServiceImpl.java:59
MethodselectByLendId
(Long lendId, Long userId)
service-core/src/main/java/jw/srb/core/service/impl/LendItemReturnServiceImpl.java:46
MethodselectByUserId
(Long userId)
service-core/src/main/java/jw/srb/core/service/impl/TransFlowServiceImpl.java:56
MethodselectList
()
service-core/src/main/java/jw/srb/core/service/BorrowInfoService.java:27
MethodselectList
()
service-core/src/main/java/jw/srb/core/service/impl/BorrowInfoServiceImpl.java:129
MethodselectList
()
service-core/src/main/java/jw/srb/core/service/impl/LendServiceImpl.java:116
MethodselectPage
(Page<UserInvest> pageParam, UserInvestQueryVo userInvestQueryVo)
hfb/src/main/java/com/heepay/service/impl/UserInvestServiceImpl.java:34
Methodsend
( @ApiParam(value = "手机号", required = true) @PathVariable String mobile)
service-sms/src/main/java/jw/srb/sms/controller/api/ApiSmsController.java:38
Methodsend
(String mobile, String templateCode, Map<String, Object> param)
service-sms/src/main/java/jw/srb/sms/service/impl/SmsServiceImpl.java:26
Functionshow
(id)
srb-admin/src/api/core/borrow-info.js:11
Functionshow
(id)
srb-admin/src/api/core/lend.js:11
Functionshow
(id)
srb-admin/src/api/core/borrower.js:12
Methodshow
( @ApiParam(value = "借款信息id", required = true) @PathVariable Long id)
service-core/src/main/java/jw/srb/core/controller/admin/AdminBorrowInfoController.java:33
Methodshow
( @ApiParam(value = "标的id", required = true) @PathVariable Long id)
service-core/src/main/java/jw/srb/core/controller/admin/AdminLendController.java:44
Methodshow
( @ApiParam(value = "借款人id", required = true) @PathVariable Long id)
service-core/src/main/java/jw/srb/core/controller/admin/AdminBorrowerController.java:44
FunctionshowQrcode
(ti,img)
srb-site/assets/script/common.js:230
Functiont
()
srb-site/assets/font/iconfont.js:1
Methodtask1
每秒钟执行一次
hfb/src/main/java/com/heepay/task/ScheduledTask.java:29
MethodthreadPoolExecutor
public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime,
hfb/src/main/java/com/heepay/config/ThreadPoolConfig.java:33
FunctiontoggleDevice
({ commit }, device)
srb-admin/src/store/modules/app.js:38
FunctiontoggleSideBar
({ commit })
srb-admin/src/store/modules/app.js:32
MethodtransferAccounts
(String userCode, String amt)
hfb/src/main/java/com/heepay/service/impl/UserAccountServiceImpl.java:83
MethodunLockAccount
(String userCode, String unLockAmt)
hfb/src/main/java/com/heepay/service/impl/UserAccountServiceImpl.java:69
FunctionupdateById
(integralGrade)
srb-admin/src/api/core/integral-grade.js:38
Methodupload
( @ApiParam(value= "文件", required = true) @RequestParam("file") MultipartFile file,
service-oss/src/main/java/jw/srb/oss/controller/api/FileController.java:27
Methodupload
(InputStream inputStream, String module, String fileName)
service-oss/src/main/java/jw/srb/oss/service/impl/FileServiceImpl.java:17
FunctionvalidateInputLength
(value,exceptValue,chineseLength,charLength,minLength,maxLength)
srb-site/assets/script/user.js:612
Functionvb
()
srb-site/assets/script/raphael-min.js:9
Functionw
(e)
srb-site/assets/script/jquery.flexslider-min.js:5
Functionwb
()
srb-site/assets/script/raphael-min.js:9
MethodwebApiConfig
()
service-base/src/main/java/jw/srb/base/config/Swagger2Config.java:39
Methodwithdraw
(Model model,HttpServletRequest request, HttpServletResponse response)
hfb/src/main/java/com/heepay/controller/UserAccountController.java:102
Methodwithdraw
(Map<String, Object> paramMap)
hfb/src/main/java/com/heepay/service/impl/UserAccountServiceImpl.java:41
Functionx
(a,b)
hfb/src/main/resources/static/js/jquery-1.7.2.min.js:3
Functionxb
()
srb-site/assets/script/raphael-min.js:9
Functiony
(t)
srb-site/assets/script/jquery.flexslider-min.js:5
← previous601–653 of 653, ranked by callers