zoujiajian 1 년 전
부모
커밋
a454283cbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-web/src/main/java/com/cyksj/web/controller/spotify/SpotifyController.java

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/spotify/SpotifyController.java

@@ -80,7 +80,7 @@ public class SpotifyController {
 	 */
 	@PostMapping("/get/zfb/orderQrCode")
 	public Result<String> zfbWebQrCode(@RequestBody @Validated AlipayOrderDonReq re) throws Exception {
-		AliPayParams aliPayParams = orderDonService.aliPay(re, ZfbProductCode.PC_WEB.getProductCode(), BaseZfbConfig.qrPayMode_orderCode);
+		AliPayParams aliPayParams = orderDonService.aliPaySpotifyUpgrade(re, ZfbProductCode.PC_WEB.getProductCode(), BaseZfbConfig.qrPayMode_orderCode);
 		return GatewayResponse.SUCCESS.newBuilder().toResult(aliPayParams.getBody());
 	}