//我的相关: const { http } = uni.$u //测试接口 export const getValidateCode = (params, config = {}) => http.post('/api/api/v1/common/send', params, config)