ac-bundle-module-utils-user
utils/user.js
A module for ac-bundle-app, published by ac-bundle-module.
Available Methods: getByKey, getByKeyAndToken, getByEmail, list, save
getByKey
async function(key) {…
var {user, error} = await app.api.mysql.request("user", function(data) {}, `
SELECT
*
FROM \`user\`
WHERE
\`key\`=` + app.api.mysql.escape(key) + `
`);
return