新增广场页,分类,轮播图等

This commit is contained in:
linfeng 2022-09-14 12:59:06 +08:00
parent e4db154794
commit 31900282f2
3 changed files with 4 additions and 8 deletions

View File

@ -81,11 +81,6 @@ public class AppUserInfoResponse implements Serializable {
*/ */
private Date updateTime; private Date updateTime;
/**
* 创建的圈子
*/
private List<TopicListResponse> createTopicList;
/** /**
* 关注 * 关注
*/ */

View File

@ -57,8 +57,9 @@ public class AppLoginController {
@ApiOperation("测试发送验证码") @ApiOperation("测试发送验证码")
public R sendSmsCode(@RequestBody SendCodeForm param) { public R sendSmsCode(@RequestBody SendCodeForm param) {
String code = appUserService.sendSmsCode(param); String code = appUserService.sendSmsCode(param);
if(isOpen){ if (isOpen) {
//TODO send Aliyun Sms code //TODO
//send Aliyun Sms code
} }
return R.ok("测试阶段验证码:" + code); return R.ok("测试阶段验证码:" + code);
} }

View File

@ -1,6 +1,6 @@
=================================================================================================================================== ===================================================================================================================================
欢迎使用林风社交论坛项目后端api 欢迎使用林风社交论坛项目开源版后端api
https://www.linfeng.tech https://www.linfeng.tech
=================================================================================================================================== ===================================================================================================================================