Commit a2686022 authored by 小费同学阿's avatar 小费同学阿 💬

基础搭建

功能开发
1:bug 修复 企业端修复直接进入隐私条款点击无效问题
parent 4ac0d0f5
...@@ -4,11 +4,11 @@ plugins { ...@@ -4,11 +4,11 @@ plugins {
id 'kotlin-kapt' id 'kotlin-kapt'
} }
def URL_DEBUG="\"http://49.232.201.130:8004/\"" def URL_DEBUG="\"http://103.131.168.155:7005/api/\""
def URL_RELEASE="\"https://www.hbhapp.cn/api/\"" def URL_RELEASE="\"https://www.hbhapp.cn/api/\""
def URL_DEBUG_H5="\"http://49.232.201.130:7005\"" def URL_DEBUG_H5="\"http://103.131.168.155:7005\""
def URL_RELEASE_H5="\"https://www.hbhapp.cn\"" def URL_RELEASE_H5="\"https://www.hbhapp.cn\""
......
...@@ -41,11 +41,7 @@ public class HomeRequest extends BaseRespons { ...@@ -41,11 +41,7 @@ public class HomeRequest extends BaseRespons {
* */ * */
public Observable<BaseResponse<List<String>>> getProtocols() { public Observable<BaseResponse<List<String>>> getProtocols() {
// 假设ApiParams和ApiService已经被正确设置和实现 // 假设ApiParams和ApiService已经被正确设置和实现
return getApiService().getProtocols(new ApiParams<>().setParams(Arrays.asList("1", return getApiService().getProtocols(new ApiParams<>().setParams(Arrays.asList("6","7","8","9","10")));
"2",
"3",
"4",
"5")));
} }
/** /**
* 登陆入参 * 登陆入参
......
...@@ -72,11 +72,7 @@ class LoginRequest : BaseRespons() { ...@@ -72,11 +72,7 @@ class LoginRequest : BaseRespons() {
return apiService.getProtocols( return apiService.getProtocols(
ApiParams<Array<String>>().setParams( ApiParams<Array<String>>().setParams(
arrayOf( arrayOf(
"1", "6","7","8","9","10"
"2",
"3",
"4",
"5"
) )
) )
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment