Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jiangw2020/loan
/ functions
Functions
653 in github.com/Jiangw2020/loan
⨍
Functions
653
◇
Types & classes
187
Method
removeFile
(String url)
service-oss/src/main/java/jw/srb/oss/service/impl/FileServiceImpl.java:49
Method
removeToken
(String token)
service-base/src/main/java/jw/srb/base/util/JwtUtils.java:65
Function
resetToken
({ commit })
srb-admin/src/store/modules/user.js:92
Function
response
(req, res)
srb-admin/mock/mock-server.js:39
Method
returnCommit
还款 @param request @return
hfb/src/main/java/com/heepay/controller/LendReturnController.java:63
Method
returnCommit
(Map<String, Object> paramMap)
hfb/src/main/java/com/heepay/service/impl/LendReturnServiceImpl.java:35
Function
save
(integralGrade)
srb-admin/src/api/core/integral-grade.js:23
Method
save
(@RequestBody BorrowerVO borrowerVO, HttpServletRequest request)
service-core/src/main/java/jw/srb/core/controller/api/BorrowerController.java:34
Method
save
(@RequestBody BorrowInfo borrowInfo, HttpServletRequest request)
service-core/src/main/java/jw/srb/core/controller/api/BorrowInfoController.java:43
Method
save
( @ApiParam(value = "积分等级对象", required = true) @RequestBody IntegralGrade integralGrad
service-core/src/main/java/jw/srb/core/controller/admin/AdminIntegralGradeController.java:60
Method
saveBorrowInfo
(BorrowInfo borrowInfo, Long userId)
service-core/src/main/java/jw/srb/core/service/impl/BorrowInfoServiceImpl.java:82
Method
saveBorrowerVOByUserId
(BorrowerVO borrowerVO, Long userId)
service-core/src/main/java/jw/srb/core/service/impl/BorrowerServiceImpl.java:58
Method
saveTransFlow
(TransFlowBO transFlowBO)
service-core/src/main/java/jw/srb/core/service/impl/TransFlowServiceImpl.java:29
Method
selectBorrowerAttachVOList
(Long borrowerId)
service-core/src/main/java/jw/srb/core/service/impl/BorrowerAttachServiceImpl.java:25
Method
selectByLendId
(Long lendId, Long userId)
service-core/src/main/java/jw/srb/core/service/LendItemReturnService.java:19
Method
selectByLendId
(Long lendId)
service-core/src/main/java/jw/srb/core/service/LendReturnService.java:19
Method
selectByLendId
(Long lendId)
service-core/src/main/java/jw/srb/core/service/impl/LendReturnServiceImpl.java:68
Method
selectByLendId
(Long lendId, Integer status)
service-core/src/main/java/jw/srb/core/service/impl/LendItemServiceImpl.java:59
Method
selectByLendId
(Long lendId, Long userId)
service-core/src/main/java/jw/srb/core/service/impl/LendItemReturnServiceImpl.java:46
Method
selectByUserId
(Long userId)
service-core/src/main/java/jw/srb/core/service/impl/TransFlowServiceImpl.java:56
Method
selectList
()
service-core/src/main/java/jw/srb/core/service/BorrowInfoService.java:27
Method
selectList
()
service-core/src/main/java/jw/srb/core/service/impl/BorrowInfoServiceImpl.java:129
Method
selectList
()
service-core/src/main/java/jw/srb/core/service/impl/LendServiceImpl.java:116
Method
selectPage
(Page<UserInvest> pageParam, UserInvestQueryVo userInvestQueryVo)
hfb/src/main/java/com/heepay/service/impl/UserInvestServiceImpl.java:34
Method
send
( @ApiParam(value = "手机号", required = true) @PathVariable String mobile)
service-sms/src/main/java/jw/srb/sms/controller/api/ApiSmsController.java:38
Method
send
(String mobile, String templateCode, Map<String, Object> param)
service-sms/src/main/java/jw/srb/sms/service/impl/SmsServiceImpl.java:26
Function
show
(id)
srb-admin/src/api/core/borrow-info.js:11
Function
show
(id)
srb-admin/src/api/core/lend.js:11
Function
show
(id)
srb-admin/src/api/core/borrower.js:12
Method
show
( @ApiParam(value = "借款信息id", required = true) @PathVariable Long id)
service-core/src/main/java/jw/srb/core/controller/admin/AdminBorrowInfoController.java:33
Method
show
( @ApiParam(value = "标的id", required = true) @PathVariable Long id)
service-core/src/main/java/jw/srb/core/controller/admin/AdminLendController.java:44
Method
show
( @ApiParam(value = "借款人id", required = true) @PathVariable Long id)
service-core/src/main/java/jw/srb/core/controller/admin/AdminBorrowerController.java:44
Function
showQrcode
(ti,img)
srb-site/assets/script/common.js:230
Function
t
()
srb-site/assets/font/iconfont.js:1
Method
task1
每秒钟执行一次
hfb/src/main/java/com/heepay/task/ScheduledTask.java:29
Method
threadPoolExecutor
public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime,
hfb/src/main/java/com/heepay/config/ThreadPoolConfig.java:33
Function
toggleDevice
({ commit }, device)
srb-admin/src/store/modules/app.js:38
Function
toggleSideBar
({ commit })
srb-admin/src/store/modules/app.js:32
Method
transferAccounts
(String userCode, String amt)
hfb/src/main/java/com/heepay/service/impl/UserAccountServiceImpl.java:83
Method
unLockAccount
(String userCode, String unLockAmt)
hfb/src/main/java/com/heepay/service/impl/UserAccountServiceImpl.java:69
Function
updateById
(integralGrade)
srb-admin/src/api/core/integral-grade.js:38
Method
upload
( @ApiParam(value= "文件", required = true) @RequestParam("file") MultipartFile file,
service-oss/src/main/java/jw/srb/oss/controller/api/FileController.java:27
Method
upload
(InputStream inputStream, String module, String fileName)
service-oss/src/main/java/jw/srb/oss/service/impl/FileServiceImpl.java:17
Function
validateInputLength
(value,exceptValue,chineseLength,charLength,minLength,maxLength)
srb-site/assets/script/user.js:612
Function
vb
()
srb-site/assets/script/raphael-min.js:9
Function
w
(e)
srb-site/assets/script/jquery.flexslider-min.js:5
Function
wb
()
srb-site/assets/script/raphael-min.js:9
Method
webApiConfig
()
service-base/src/main/java/jw/srb/base/config/Swagger2Config.java:39
Method
withdraw
(Model model,HttpServletRequest request, HttpServletResponse response)
hfb/src/main/java/com/heepay/controller/UserAccountController.java:102
Method
withdraw
(Map<String, Object> paramMap)
hfb/src/main/java/com/heepay/service/impl/UserAccountServiceImpl.java:41
Function
x
(a,b)
hfb/src/main/resources/static/js/jquery-1.7.2.min.js:3
Function
xb
()
srb-site/assets/script/raphael-min.js:9
Function
y
(t)
srb-site/assets/script/jquery.flexslider-min.js:5
← previous
601–653 of 653, ranked by callers