123
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
import { http } from '@/utils/http/axios';
|
||||
|
||||
const baseUrl = '/api'
|
||||
|
||||
export const domainList = 'https://dk-1257812345.cos.ap-nanjing.myqcloud.com/domain.txt';
|
||||
|
||||
|
||||
export function getDomainList(){
|
||||
return http.request({
|
||||
url: domainList,
|
||||
method: 'GET'
|
||||
},
|
||||
{
|
||||
withToken: false,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @description: sendSmsRegister
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user