增加系统参数配置相关接口,增加店铺订单支付链接获取接口
This commit is contained in:
@@ -31,7 +31,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
@Api(tags = "店铺支付相关接口")
|
||||
@RequestMapping("/api/shop-pay-api")
|
||||
@RequestMapping(value = {"/api/shop-pay-api", "/api/shopPayApi"})
|
||||
public class ShopPayApiController {
|
||||
|
||||
private final ParamsService paramsService;
|
||||
|
||||
Reference in New Issue
Block a user