江西小程序管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
366 B

1 year ago
  1. const http = uni.$u.http
  2. // 隐私政策
  3. export const getAgreement = (params, config = {}) => http.post('/util/manage/getAgreement.do', params, config)
  4. // 验证码登录
  5. export const loginSMS = (data) => http.post('/account/manage/login.do', data)
  6. // 登录发验证码
  7. export const getLoginCode = (data) => http.post('/util/manage/getLoginRegistCode.do', data)