xiaoyong931011
2022-02-23 29310bedd35effb09afa54617a0cfd10a079262e
src/main/java/com/xcong/excoin/modules/member/controller/MemberController.java
@@ -4,11 +4,7 @@
import javax.validation.Valid;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import com.xcong.excoin.common.response.Result;
import com.xcong.excoin.modules.member.parameter.dto.MemberAddCoinAddressDto;
@@ -51,6 +47,7 @@
 * @date 2020-05-18
 **/
@Slf4j
@CrossOrigin("*")
@Api(value = "个人中心接口", tags = "个人中心接口")
@RestController
@RequestMapping(value = "/api/member")