|
|
|
@@ -16,7 +16,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("userBasicInfoAddress") |
|
|
|
@RequestMapping("api/userBasicInfoAddress") |
|
|
|
@Api(description = "会员地址相关接口") |
|
|
|
public class UserBasicInfoAddressController extends BaseController { |
|
|
|
|
|
|
|
|