Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
9 years ago
Commit
dd2182929259a5123bdb2a38eb329552f158dc4f
1 parent
b90031b9
init upload api
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
doraemon/controllers/api.js
doraemon/models/api.js
doraemon/controllers/api.js
0 → 100644
View file @
dd21829
/**
* 购物车 controller
* @author: jinhu.dong<jinhu.dong@yoho.cn>
* @date: 2016/07/04
*/
'use strict'
;
// const apiModel = require('../models/api');
// const _ = require('lodash');
...
...
doraemon/models/api.js
0 → 100644
View file @
dd21829
/**
* header model
* @author: yyq<yanqing.yang@yoho.cn>
* @date: 2016/06/30
*/
'use strict'
;
// const _ = require('lodash');
// const serviceApi = global.yoho.ServiceAPI;
/**
* 获取菜单
* @param undefined
* @return {array} 菜单数组
*/
// const uploadImg = params => {
// console.log(params);
// };
// module.exports = {
// uploadImg
// };
...
...
Please
register
or
login
to post a comment