新增广场页,分类,轮播图等
This commit is contained in:
parent
e4db154794
commit
31900282f2
@ -81,11 +81,6 @@ public class AppUserInfoResponse implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建的圈子
|
|
||||||
*/
|
|
||||||
private List<TopicListResponse> createTopicList;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 关注
|
* 关注
|
||||||
*/
|
*/
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
===================================================================================================================================
|
===================================================================================================================================
|
||||||
|
|
||||||
欢迎使用林风社交论坛项目后端api
|
欢迎使用林风社交论坛项目开源版后端api
|
||||||
https://www.linfeng.tech
|
https://www.linfeng.tech
|
||||||
|
|
||||||
===================================================================================================================================
|
===================================================================================================================================
|
Loading…
Reference in New Issue
Block a user