dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(pay): 添加 FIUU充值功能并优化支付流程 - 新增 FIUU 充值接口和相关请求模型 - 更新 FIUU 支付流程,支持订单和充值操...
KKSU
2025-02-10
b722537de03af08b60ad269d67bd57ccb5e4d22c
[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()
});
});