共力分加成
This commit is contained in:
@@ -10,8 +10,8 @@ import router from '../router'
|
||||
|
||||
// 基础配置
|
||||
const config = {
|
||||
apiUrl : 'https://api.gongli.vip/api/', // 正式环境
|
||||
// apiUrl : 'http://api.gl.shangkelian.cn/api/', // 测试
|
||||
// apiUrl : 'https://api.gongli.vip/api/', // 正式环境
|
||||
apiUrl : 'http://api.gl.shangkelian.cn/api/', // 测试
|
||||
timeout : 60000
|
||||
}
|
||||
|
||||
|
||||
@@ -108,3 +108,4 @@ export {
|
||||
integral,
|
||||
paymentpre
|
||||
}
|
||||
|
||||
|
||||
20
apis/interfaces/reading.js
Normal file
20
apis/interfaces/reading.js
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
/**
|
||||
* Web唐明明
|
||||
* 匆匆数载恍如梦,岁月迢迢华发增。
|
||||
* 碌碌无为枉半生,一朝惊醒万事空。
|
||||
* moduleName: 微信阅读
|
||||
*/
|
||||
|
||||
import { request } from '../index'
|
||||
|
||||
// url
|
||||
const readingUrl = () =>{
|
||||
return request({
|
||||
url: "user/reading/get_url"
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
readingUrl
|
||||
}
|
||||
Reference in New Issue
Block a user