shopify validate 快速中间件来验证shopify网络钩子
购物验证用于验证shopify网络钩子的简单快递中间件安装$ npm install --save shopify-validate用法var express = require ( 'express' ) , bodyParser = require ( 'body-parser' ) , Shopify = require ( 'shopify-validate' ) , shopifySecret = process . env . SHOPIFY_SECRET var shopify = new Shopify ( shopifySecret ) // make sure the shopify validate middleware // is added before bodyParser var middleware = [ shopify , b
下载地址
用户评论