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

Commit cd1dd8b6 authored by 胡佳晨's avatar 胡佳晨

certInfo url修改

info/edit => info/cer
parent 24849f24
......@@ -86,7 +86,7 @@ public class GoblinStoreMgtController {
@ApiImplicitParams({
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "storeId", value = "店铺ID[64]"),
})
@GetMapping(value = {"info/edit"})
@GetMapping(value = {"info/cer"})
public ResponseDto<GoblinStoreCertificationVo> certInfo(@NotBlank(message = "店铺ID不能为空") @Size(max = 64) @RequestParam String storeId) {
return ResponseDto.success();
......
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