alipay-hk 切换到live环境

This commit is contained in:
2024-05-23 15:48:55 +08:00
parent 5318e5d32a
commit 5ebf0669f5
11 changed files with 68 additions and 19 deletions

View File

@@ -34,7 +34,8 @@ public class AlipayHKRequestUtil {
RequestBody body = RequestBody.create(mediaType, jsonString);
Request request = new Request.Builder()
.url("https://aqs-api.sandbox-codpayment.com/v1/service")
// .url("https://aqs-api.sandbox-codpayment.com/v1/service")
.url("https://aqs-api.codpayment.com/v1/service")
.method("POST", body)
.addHeader("Content-Type", "application/json;charset=utf-8")
.build();