Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

nodeJs中的mysql,如果写一个返回到前台的统一的信息模板?

$
0
0

nodeJs中的mysql,如果写一个返回到前台的统一的模板信息?

untitled1.png

如图,假如前台调用这个接口成功了…无论是修改,删除,还是有错误,都应该返回一个json给他…这个json我如何弄成一个模板? 再需要的地方调用就好了…不会每个接口都写一个json单独写吧? { code:200, reslut:[{…}], messages:“成功!” }

如果每个都这样写一遍,岂不是很麻烦了?没模版吗?

node-mysql默认返回的消息好丑陋,不能定制吗?node-mysql默认返回的消息如下(成功状态下!): { affectedRows:1 changedRows:1 fieldCount:0 insertId:0 message:"(Rows matched: 1 Changed: 1 Warnings: 0" protocol41:true serverStatus:2 warningCount:0 }


Viewing all articles
Browse latest Browse all 14821

Trending Articles