api.js 244 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 import { get, post } from '../https/index'; const obj = { GetSysAreaList: p => get('/h5/MyVoluntary/GetSysAreaList', p),//获取地区列表 getMsg: p => post('/sxh/wx/getMsg', p),//绑定手机号用到的验证码 } export default obj;