enhancer-thirdparty-api
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -86,2 +86,3 @@ const request = require('request'); | ||
const row = rows[0]; | ||
if (row[field] && row[field] != tli) { | ||
@@ -93,3 +94,3 @@ const message = zh ? '该账号已经绑定了微信小程序' : 'The account has bound the wechat'; | ||
const row = rows[0]; | ||
const userFieldMap = {}; | ||
@@ -96,0 +97,0 @@ row[field] = tli; |
{ | ||
"name": "enhancer-thirdparty-api", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
17744