Commit 6869599e authored by xuxin's avatar xuxin

测试

parent e90964d0
......@@ -101,6 +101,7 @@ public class ShopController {
@RequestMapping(value = "/bind", method = RequestMethod.POST)
public ResultDto bindShop(Principal principal, @RequestBody ShopRequestDto shopRequestDto) {
ResultDto resultDto = new ResultDto();
logger.info("new version lol");
try {
ipAndShopService.bindShop(principal.getName(), shopRequestDto);
resultDto.setStatus(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment