Skip to content

wolfsilver/whistle.xxtpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whistle.xxtpl

自适应callback返回json/jsonp

匹配方式:

pattern xxtpl://{res.json}

res.json示例

{
    "data": {
        "value": 123
    },
    "msg": "success",
    "ret": 0
}

其中,pattern 表示匹配请求url的表达式,可以为域名(如:www.test.com xxtpl://{res.json})、路径,通配符、正则表达式等,具体参见:whistle的匹配模式

安装

  1. 首先需要安装最新版whistle,如果你的机器已经安装了whistle,请确保whistle为最新版本:

  2. 安装xxtpl插件,执行npm全局安装即可:

npm i -g whistle.xxtpl

如果是Linux或Mac,可能需要用 sudo npm i -g whistle.xxtpl,推荐使用cnpm或自己公司提供的npm镜像安装

About

whistle自适应响应json/jsonp插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages