装修合同业务分类
This commit is contained in:
@@ -430,4 +430,9 @@ public class FranchiseAgreementRequest {
|
|||||||
* 5 A105
|
* 5 A105
|
||||||
*/
|
*/
|
||||||
private String zqyty;
|
private String zqyty;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 装修合同业务分类,默认:3121375929356587766
|
||||||
|
*/
|
||||||
|
private String zxhtywfl;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ public class CoolStoreStartFlowServiceImpl implements CoolStoreStartFlowService
|
|||||||
String url = null;
|
String url = null;
|
||||||
if (Constants.TWO_INTEGER == type) {
|
if (Constants.TWO_INTEGER == type) {
|
||||||
url = xfsgUrl + Constants.FRANCHISE_AGREEMENT_COMPANY + "?timestamp=" + requestMap.get("timestamp") + "&signature=" + requestMap.get("signature");
|
url = xfsgUrl + Constants.FRANCHISE_AGREEMENT_COMPANY + "?timestamp=" + requestMap.get("timestamp") + "&signature=" + requestMap.get("signature");
|
||||||
|
request.setZxhtywfl("3121375929356587766");
|
||||||
} else if (Constants.ONE_INTEGER == type) {
|
} else if (Constants.ONE_INTEGER == type) {
|
||||||
url = xfsgUrl + Constants.FRANCHISE_AGREEMENT_PERSON + "?timestamp=" + requestMap.get("timestamp") + "&signature=" + requestMap.get("signature");
|
url = xfsgUrl + Constants.FRANCHISE_AGREEMENT_PERSON + "?timestamp=" + requestMap.get("timestamp") + "&signature=" + requestMap.get("signature");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user