202404 入场需要查看免责声明
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//testURL
|
||||
// const BASE_URL = 'http://127.0.0.1:8093';
|
||||
// const BASE_URL = 'http://192.168.31.173:8093';
|
||||
// const BASE_URL = 'http://192.168.1.3:8093';
|
||||
//prodURL
|
||||
const BASE_URL = 'https://api.hongyutiyu.top';
|
||||
// const platformId = 1;
|
||||
@@ -334,6 +334,10 @@ export default {
|
||||
aboutUs(params) {
|
||||
return fetchGet('/about/uss', params, false);
|
||||
},
|
||||
// 免责声明
|
||||
disclaimersDetail(params) {
|
||||
return fetchGet('/notice/disclaimers', params, false);
|
||||
},
|
||||
// 上传图像
|
||||
uploadAvatar(params) {
|
||||
return fetchPost('/upload/avatar', params, true, true);
|
||||
|
||||
Reference in New Issue
Block a user