Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ public class AlipayServiceEnvConstants { | @@ -29,7 +29,7 @@ public class AlipayServiceEnvConstants { | ||
29 | public static final String CHARSET = "UTF-8"; | 29 | public static final String CHARSET = "UTF-8"; |
30 | 30 | ||
31 | /**签名类型-视支付宝服务窗要求*/ | 31 | /**签名类型-视支付宝服务窗要求*/ |
32 | - public static final String SIGN_TYPE = "RSA"; | 32 | + public static final String SIGN_TYPE = "RSA2"; |
33 | 33 | ||
34 | /**开发者账号PID*/ | 34 | /**开发者账号PID*/ |
35 | public static final String PARTNER = "2088421850636193"; | 35 | public static final String PARTNER = "2088421850636193"; |
-
Please register or login to post a comment