1
xin
2025-05-30 b68ca3c248e11f87246ebe7ffa4568217d281dd6
1
2 files modified
5 ■■■■■ changed files
.idea/vcs.xml 3 ●●●● patch | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/system/rest/MerchantsController.java 2 ●●● patch | view | raw | blame | history
.idea/vcs.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="" vcs="Git" />
  </component>
</project>
</project>
oying-system/src/main/java/com/oying/modules/system/rest/MerchantsController.java
@@ -23,7 +23,7 @@
**/
@RestController
@RequiredArgsConstructor
@Api(tags = "商户信息")
@Api(tags = "系统:商户信息")
@RequestMapping("/api/merchants")
public class MerchantsController {