dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 注释掉支付密码验证后的余额不足检查 - 在 ApiMallOrderInfoServiceImpl 类中的 payPa...
KKSU
2025-01-17
53edc0eee839ebc3a3294cf6e85cdb795835c5b3
[xc-mall.git]
/
src
/
main
/
resources
/
static
/
febs
/
lay
/
modules
/
api.js
1
2
3
4
5
layui.define([],function(exports){
exports('api',{
getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
});
});