@@ -283,4 +283,13 @@ export function configDelete(data) {
method: 'post',
data
})
- }
+ }
+
+ /* 获取默认id值 */
+ export function get_default(data) {
+ return request({
+ url: 'chatbot/configuration/get_default/',
+ method: 'get',
+ data
+ })