Commit d94a5d94 by zhaoxiqing

gsb

parent 375dad25
......@@ -236,7 +236,7 @@ class EntcontractService extends ServiceBase {
type: "0",// 类型 0 一般纳税人 1 小规模纳税人
companyName: params.merchantName,//商户名称
mobile: params.mobile,//手机号
mainId: "67731101",//代征主体 67731101
mainId: "67731101",//代征主体 67731101 测试 67731504
signedName: params.merchantName, //合同名称 使用商户名称
beginTime: moment().format("YYYY-MM-DD"), //当前时间, // 签约开始时间
invalidTime: moment().add(2, 'y').format("YYYY-MM-DD"), // 签约失效时间
......@@ -245,7 +245,7 @@ class EntcontractService extends ServiceBase {
addedCollectType: "0", // 服务费PLUS收取类型, 0 个人收 1 企业收
addedValueRate: "0.0", // 服务费PLUS费率(%)
serviceCollectType: "0", // 服务费收取类型, 0 个人收 1 企业收
serviceRate: 10.0, //服务费率(%)
serviceRate: "10.0", //服务费率(%)
operatingCost: '0.0', // 核定成本费用率(%)
taxChargeMode: "0", // 个税计费模式 0 按月,1 按年
signType: 'MD5',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment