台账解锁上锁删除
This commit is contained in:
parent
756cfdc06b
commit
e418474a07
@ -12,7 +12,7 @@ public class CertificateConstant {
|
||||
public static final String PERMANENT_CODE = "1A49B50861909007935CAB5E33E52BAA";//永久授权码
|
||||
public static final String APP_SECRET = "5bda722932a54e80a05d2cc9b1722fed";//appSecret
|
||||
public static final String CORP_ID = "FSCID_11F505C980B5FE43D5D7230567802E09";//企业Id
|
||||
public static final String CURRENT_OPEN_USERID = "FSUID_A9AD0C360309427B3F431487883B73B9";//当前登录用户id
|
||||
public static final String CURRENT_OPEN_USERID = "FSUID_534538A1445F9D6624156C861D9D4207";//当前登录用户id
|
||||
|
||||
// public static final String APP_ID = "FSAID_1320236";//appId
|
||||
// public static final String PERMANENT_CODE = "E228E8B46751EE10F6C7C8E4F481F72C";//永久授权码
|
||||
|
@ -223,17 +223,6 @@ public class TZXSHTController {
|
||||
|
||||
System.out.println("回写结果为:" + backRes);
|
||||
|
||||
log.info("上锁");
|
||||
JSONObject lockRes = new JSONObject();
|
||||
|
||||
try {
|
||||
lockRes = restTemplate.postForObject(URLConstant.LOCK_CRM_URL, unlockReq, JSONObject.class);
|
||||
} catch (RestClientException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
System.out.println("上锁" + lockRes);
|
||||
|
||||
logMap.put("send_memo", JSON.toJSONString(backRes));
|
||||
|
||||
//开始记录日志
|
||||
|
@ -206,17 +206,6 @@ public class YQHTController {
|
||||
|
||||
System.out.println("回写结果为:" + backRes);
|
||||
|
||||
log.info("上锁");
|
||||
JSONObject lockRes = new JSONObject();
|
||||
|
||||
try {
|
||||
lockRes = restTemplate.postForObject(URLConstant.LOCK_CRM_URL, unlockReq, JSONObject.class);
|
||||
} catch (RestClientException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
System.out.println("上锁" + lockRes);
|
||||
|
||||
//开始记录日志
|
||||
JSONObject logRes = new JSONObject();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user