生辰助手

pull/1/head
chaiyapeng 2024-08-24 20:47:47 +08:00
parent 6a324ff5e1
commit cbb34dca72
1 changed files with 3 additions and 1 deletions

View File

@ -98,7 +98,9 @@ public class MarketServiceImpl extends ServiceImpl<MarketMapper, Market> impleme
StringBuffer stringBuffer = Weather.queryWeather();
return Result.success(stringBuffer);
}
/**
*
*/
@Override
public Result getBirthday(Birthday birthday) {
StringBuffer stringBuffer = BirthdayHelper.queryBirthday(birthday);