|
|
@ -350,7 +350,7 @@ router.post('/onboard/', async (req, res) => { |
|
|
|
|
|
|
|
|
|
|
|
heroUnion.heroOnboard(bot); |
|
|
|
heroUnion.heroOnboard(bot); |
|
|
|
data.code = 1; |
|
|
|
data.code = 1; |
|
|
|
data.message = '欢迎上船,因为有你,联盟将更健壮!'; |
|
|
|
data.message = `${bot.name},欢迎上船,因为有你,联盟将更健壮!`; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return res.status(200).json(data); |
|
|
|
return res.status(200).json(data); |
|
|
|