1. 首页
  2. 考试认证
  3. 其它
  4. shopify validate 快速中间件来验证shopify网络钩子

shopify validate 快速中间件来验证shopify网络钩子

上传者: 2024-10-05 04:58:27上传 ZIP文件 3.43KB 热度 2次
购物验证用于验证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
下载地址
用户评论