main
parent
d2ed5eda44
commit
18f078df0e
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue