记得上下班打卡 | git大法好,push需谨慎

Commit 0f59725c authored by jiangxiulong's avatar jiangxiulong

rename

parent 630286b0
......@@ -13,7 +13,7 @@ import java.io.PrintWriter;
@RestController
@RequestMapping("/actionCallback")
@Slf4j
public class SweetActionCallbackController {
public class SweetWechatActionCallbackController {
@GetMapping("record")
@ApiOperation("get")
......
......@@ -14,8 +14,8 @@ import org.springframework.web.bind.annotation.RestController;
@Api(tags = "小程序登陆")
@RestController
@RequestMapping("/sweet-login")
public class SweetLoginController {
@RequestMapping("/sweetLogin")
public class SweetWechatLoginController {
@Autowired
private SweetLoginServiceImpl sweetLoginService;
......
......@@ -11,8 +11,8 @@ import org.springframework.web.bind.annotation.*;
@Api(tags = "公众号模版消息")
@RestController
@RequestMapping("/sweet-template")
public class SweetTemplateController {
@RequestMapping("/wechatTemplate")
public class SweetWechatTemplateController {
@Autowired
private SweetTemplateServiceImpl sweetTemplateService;
......
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