linhw 2024-05-24 14:59:13 +08:00
parent d2ed5eda44
commit 18f078df0e
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ public class AlipayService {
JSONObject signParams = new JSONObject();
signParams.put("product_code","GENERAL_WITHHOLDING");
signParams.put("personal_product_code","CYCLE_PAY_AUTH_P");
signParams.put("sign_scene","INDUSTRY|DIGITAL_MEDIA");
//signParams.put("sign_scene","INDUSTRY|DIGITAL_MEDIA");
signParams.put("sign_scene","INDUSTRY|MOBILE");
signParams.put("external_agreement_no",orderNo);
JSONObject accessParams = new JSONObject();