const config = require("../config") module.exports = { // 获取初始互动接口 getInitialInteraction: { url: config.base_new_url + "pheno/initial_interact_options", type: "get", }, // 保存感知结果接口 saveInteractResult: { url: config.base_new_url + "pheno/interact_record", type: "post", }, }