装修合同业务分类

This commit is contained in:
guohb
2024-05-17 17:03:25 +08:00
parent 39b906b6d4
commit 073dc2eeca
2 changed files with 6 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ public class CoolStoreStartFlowServiceImpl implements CoolStoreStartFlowService
String url = null;
if (Constants.TWO_INTEGER == type) {
url = xfsgUrl + Constants.FRANCHISE_AGREEMENT_COMPANY + "?timestamp=" + requestMap.get("timestamp") + "&signature=" + requestMap.get("signature");
request.setZxhtywfl("3121375929356587766");
} else if (Constants.ONE_INTEGER == type) {
url = xfsgUrl + Constants.FRANCHISE_AGREEMENT_PERSON + "?timestamp=" + requestMap.get("timestamp") + "&signature=" + requestMap.get("signature");
}