zoujiajian 1 vuosi sitten
vanhempi
sitoutus
a454283cbe

+ 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());
 	}