测试token

This commit is contained in:
xiang2lin 2024-06-13 08:33:45 +08:00
parent c7c6ab1c4e
commit 1b3dd1392a
2 changed files with 1 additions and 2 deletions

View File

@ -55,6 +55,4 @@ public interface ISeeYonInterFace {
* @throws Exception * @throws Exception
*/ */
JsonResultEntity thirdInterfaceSeeYonDefinitionRePush(JSONObject jsonObject) throws Exception; JsonResultEntity thirdInterfaceSeeYonDefinitionRePush(JSONObject jsonObject) throws Exception;
} }

View File

@ -9,6 +9,7 @@ import cn.hutool.http.HttpUtil;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.hzya.frame.cbs8.util.CbsAccessToken;
import com.hzya.frame.dd.IDDInterfaceService; import com.hzya.frame.dd.IDDInterfaceService;
import com.hzya.frame.seeyon.dao.ISeeYonInterFaceDao; import com.hzya.frame.seeyon.dao.ISeeYonInterFaceDao;
import com.hzya.frame.seeyon.entity.OAWorkflowEventDataEntity; import com.hzya.frame.seeyon.entity.OAWorkflowEventDataEntity;