marketo sign 签署市场请求
市场符号一组用于签署市场请求的实用程序市场签名(用户ID,加密密钥,[时间戳])以市场期望的格式为特定时间戳签署userId和encryptionKey var userId = 'bigcorp1_4815162342' , encryptionKey = '04815162342' , timestamp = new Date ( '2010-04-09T14:04:54-07:00' ) ; var signature = marketoSign ( userId , encryptionKey , timestamp ) ; console . log ( signature ) ; // '406b82d92b250d7010fac6872973ca69e3009
下载地址
用户评论