共力分加成

This commit is contained in:
唐明明
2022-07-05 17:32:50 +08:00
16 changed files with 3740 additions and 3555 deletions

View File

@@ -108,3 +108,4 @@ export {
integral,
paymentpre
}

View File

@@ -0,0 +1,20 @@
/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* moduleName: 微信阅读
*/
import { request } from '../index'
// url
const readingUrl = () =>{
return request({
url: "user/reading/get_url"
})
}
export {
readingUrl
}