|
@@ -21,41 +21,41 @@ public class InvoiceUtil {
|
|
|
/**
|
|
|
* 测试 凭证信息
|
|
|
*/
|
|
|
-// public static final String ip = "10.1.2.51";
|
|
|
-//
|
|
|
-// public static final String port = "9999";
|
|
|
-//
|
|
|
-// public static final String biz_center = "CJJT";
|
|
|
-//
|
|
|
-// public static final String client_id = "ajbzf";
|
|
|
-//
|
|
|
-// public static final String client_secret = "c7ac88aa8be64197be9b";
|
|
|
-//
|
|
|
-// public static final String pubKey = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApX9UZNt0EbdHBRGnR3SpgiP+1BEZf+1DpbYoJ0kJJuba7ZBhH+WDjSlRpEPA0FOFRyE0OvIMK5yIaodLRfeEgDyz+Jv5dnOBdS2gJqeVV/ugm5nk7TGAM/65PeFQxua3QgFeTJjZU/lGCHHl5oKRFgmB9/kumuryydKpOOkeT2fYjzoG8feuIhDoOGfR4y5sjTUFH4nN8VCE/zXylVEbj2hMeJSDzdESAy3+Ui64smCv6ZsLVgsWXhhLFsLWzkbh7/pElnoK3qhr6MVeAIokd7bS+Hp+6S5s10jwjPkd+POX/qQSHP1MmVngLlD7P0caxjQaH3+w8KsLQoydeUARVQIDAQAB";
|
|
|
-//
|
|
|
-// public static final String username = "ajbzf";
|
|
|
-//
|
|
|
-// public static final String password = "1234qwer!";
|
|
|
-
|
|
|
- /**
|
|
|
- * 正式凭证信息
|
|
|
- */
|
|
|
public static final String ip = "10.1.2.51";
|
|
|
|
|
|
- public static final String port = "9998";
|
|
|
+ public static final String port = "9999";
|
|
|
|
|
|
public static final String biz_center = "CJJT";
|
|
|
|
|
|
- public static final String client_id = "cjajbzf";
|
|
|
+ public static final String client_id = "ajbzf";
|
|
|
|
|
|
public static final String client_secret = "c7ac88aa8be64197be9b";
|
|
|
|
|
|
public static final String pubKey = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApX9UZNt0EbdHBRGnR3SpgiP+1BEZf+1DpbYoJ0kJJuba7ZBhH+WDjSlRpEPA0FOFRyE0OvIMK5yIaodLRfeEgDyz+Jv5dnOBdS2gJqeVV/ugm5nk7TGAM/65PeFQxua3QgFeTJjZU/lGCHHl5oKRFgmB9/kumuryydKpOOkeT2fYjzoG8feuIhDoOGfR4y5sjTUFH4nN8VCE/zXylVEbj2hMeJSDzdESAy3+Ui64smCv6ZsLVgsWXhhLFsLWzkbh7/pElnoK3qhr6MVeAIokd7bS+Hp+6S5s10jwjPkd+POX/qQSHP1MmVngLlD7P0caxjQaH3+w8KsLQoydeUARVQIDAQAB";
|
|
|
|
|
|
- public static final String username = "cjajbzf";
|
|
|
+ public static final String username = "ajbzf";
|
|
|
|
|
|
public static final String password = "1234qwer!";
|
|
|
|
|
|
+ /**
|
|
|
+ * 正式凭证信息
|
|
|
+ */
|
|
|
+// public static final String ip = "10.1.2.51";
|
|
|
+//
|
|
|
+// public static final String port = "9998";
|
|
|
+//
|
|
|
+// public static final String biz_center = "CJJT";
|
|
|
+//
|
|
|
+// public static final String client_id = "cjajbzf";
|
|
|
+//
|
|
|
+// public static final String client_secret = "c7ac88aa8be64197be9b";
|
|
|
+//
|
|
|
+// public static final String pubKey = "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApX9UZNt0EbdHBRGnR3SpgiP+1BEZf+1DpbYoJ0kJJuba7ZBhH+WDjSlRpEPA0FOFRyE0OvIMK5yIaodLRfeEgDyz+Jv5dnOBdS2gJqeVV/ugm5nk7TGAM/65PeFQxua3QgFeTJjZU/lGCHHl5oKRFgmB9/kumuryydKpOOkeT2fYjzoG8feuIhDoOGfR4y5sjTUFH4nN8VCE/zXylVEbj2hMeJSDzdESAy3+Ui64smCv6ZsLVgsWXhhLFsLWzkbh7/pElnoK3qhr6MVeAIokd7bS+Hp+6S5s10jwjPkd+POX/qQSHP1MmVngLlD7P0caxjQaH3+w8KsLQoydeUARVQIDAQAB";
|
|
|
+//
|
|
|
+// public static final String username = "cjajbzf";
|
|
|
+//
|
|
|
+// public static final String password = "1234qwer!";
|
|
|
+
|
|
|
/**
|
|
|
* 自定义档案列表编码
|
|
|
*/
|