修改说明

This commit is contained in:
wanggeng 2022-11-12 00:40:02 +08:00
parent 0536fc4488
commit 18424c2fd3
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import java.io.IOException;
* @Date: 2021/8/19 9:36 下午
* @Version: 1.0
*/
@Api(tags = ISystemConstant.API_TAGS_WECHAT_PREFIX + "微信支付")
@Api(tags = ISystemConstant.API_TAGS_WECHAT_PREFIX + "支付")
@RestController
@RequestMapping(ISystemConstant.WECHAT_PREFIX + "/pay")
public class PayController extends DefaultBaseController {

View File

@ -22,7 +22,7 @@ import java.io.IOException;
* @Date: 2022/11/11 23:30
* @Version: 1.0
*/
@Api(tags = ISystemConstant.API_TAGS_WECHAT_PREFIX + "微信退款")
@Api(tags = ISystemConstant.API_TAGS_WECHAT_PREFIX + "退款")
@RestController
@RequestMapping(ISystemConstant.WECHAT_PREFIX + "/refund")
public class RefundController extends DefaultBaseController {