/*
* @Author: lushijie
* @Date: 2018-04-16 18:03:43
* @Last Modified by: lushijie
* @Last Modified time: 2018-04-19 14:11:14
*/
module.exports = {
GET: 'param',
POST: 'post',
FILE: 'file',
PUT: 'post',
DELETE: 'post',
PATCH: 'post',
LINK: 'post',
UNLINK: 'post'
}