Authored by shuaiguo

Merge branch 'refs/heads/hotfix/alipay-username-emoji'

... ... @@ -9,9 +9,10 @@ function init() {
port: config.mysql.port,
user: config.mysql.userName,
password: config.mysql.password,
database: config.mysql.db
database: config.mysql.db,
charset: 'UTF8MB4_GENERAL_CI',
},
pool: { min: 0, max: 10 }
pool: { min: 0, max: 10 },
});
}
... ...
{
"name": "ufo-app-web",
"version": "1.1.13-RELEASE",
"version": "1.1.14-RELEASE",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ...