Sign in

wms / wms-cloud-ui · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms-cloud-ui
  • common
  • http
  • app.js
  • commit
    da12eab6
    yuanshuhui authored
    2021-04-02 17:28:16 +0800  
    Browse Code »
app.js 231 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import http from './interface'

// 检查新版本
export const getUpdateApkInfo = (data) => {
	return http.request({
		url: 'mobile/download/getUpdateApkInfo',
		method: 'POST',
		data
	})
}


export default {
	getUpdateApkInfo
}