|
@@ -592,7 +592,7 @@ public class GigThirdApiServiceImpl implements GigThirdApiService {
|
|
|
// 封装结算参数
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("requestId", RandomStringUtils.randomAlphabetic(12));
|
|
|
- params.put("endType", "HCP");
|
|
|
+ params.put("endType", "CSO");
|
|
|
params.put("enterpriseCode", dept.getTaxCode());
|
|
|
params.put("subjectType", "OLADING");
|
|
|
params.put("channel", "DEFAULT");
|