index.js 166 B

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