Okhttp.ets
/*** 网络请求*/
import axios from ohos/axios
import httpConstants from ../net/HttpConstants
import errorCode from ../utils/errorCode
import toast from ../utils/ToastUtils
import router from ../utils/RouterUtils
import SPUtils from ../utils/SPUt…