|
@@ -8,29 +8,29 @@ import org.springframework.stereotype.Component;
|
|
|
public class FinanceOmsConfig {
|
|
public class FinanceOmsConfig {
|
|
|
|
|
|
|
|
/** OMS AppId */
|
|
/** OMS AppId */
|
|
|
- public static final String appId = "hyc1";
|
|
|
|
|
|
|
+ public static final String appId = "JSXGXM";
|
|
|
|
|
|
|
|
/** OMS AppKey */
|
|
/** OMS AppKey */
|
|
|
- public static final String appKey = "hyc1";
|
|
|
|
|
|
|
+ public static final String appKey = "JSXGXM";
|
|
|
|
|
|
|
|
/** 组织编码 */
|
|
/** 组织编码 */
|
|
|
- public static final String deptCode = "500102204228315131";
|
|
|
|
|
|
|
+ public static final String deptCode = "JSXGZC";
|
|
|
|
|
|
|
|
/** 销方名称 */
|
|
/** 销方名称 */
|
|
|
- public static final String sellerName = "深圳市松胜电子有限公司";
|
|
|
|
|
|
|
+ public static final String sellerName = "江苏兴光资产评估有限公司";
|
|
|
|
|
|
|
|
/** 销售方纳税人识别号 */
|
|
/** 销售方纳税人识别号 */
|
|
|
- public static final String sellerTaxno = "500102204228315131";
|
|
|
|
|
|
|
+ public static final String sellerTaxno = "91320000677602900Y";
|
|
|
|
|
|
|
|
/** 销售方银行名称 */
|
|
/** 销售方银行名称 */
|
|
|
public static final String bankName = "中信银行南京龙江支行";
|
|
public static final String bankName = "中信银行南京龙江支行";
|
|
|
|
|
|
|
|
/** 销售方银行账号 */
|
|
/** 销售方银行账号 */
|
|
|
- public static final String bankAccount = "7329010182600006811";
|
|
|
|
|
|
|
+ public static final String bankAccount = "7329010182600007055";
|
|
|
|
|
|
|
|
/** 访问接口地址前缀 */
|
|
/** 访问接口地址前缀 */
|
|
|
- public static final String omsUrl = "https://oms-sandbox.einvoice.js.cn:7079";
|
|
|
|
|
- //public static final String omsUrl = "https://www.oms.ejinshui-cloud.com:8899";
|
|
|
|
|
|
|
+ //public static final String omsUrl = "https://oms-sandbox.einvoice.js.cn:7079";
|
|
|
|
|
+ public static final String omsUrl = "https://www.oms.ejinshui-cloud.com:8899";
|
|
|
|
|
|
|
|
public static final String directory = "/attachment-file";
|
|
public static final String directory = "/attachment-file";
|
|
|
|
|
|