sign.js 139 Bytes Raw Blame History Permalink 1 2 3 4 // API签名校验函数,调用后端接口的时候有私钥校验 exports.apiSign = (data) => { return data; // 算法参照PHP };