Commit 5fea24b3 by YKai

feat:m-home组件升级

parent 6b636e36
......@@ -9,7 +9,7 @@ ext {
"m-consultant" : "0.0.59.84",
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.36",
"m-home" : "0.0.22.65",
"m-home" : "0.0.22.66",
"m-im" : "0.0.19.23",
"m-dynamic" : "0.0.7.24",
"m-article" : "0.0.0.8",
......@@ -92,7 +92,7 @@ ext {
"m-consultant" : "0.0.59.84",
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.36",
"m-home" : "0.0.22.65",
"m-home" : "0.0.22.66",
"m-im" : "0.0.19.23",
"m-dynamic" : "0.0.7.24",
"m-article" : "0.0.0.8",
......
......@@ -34,7 +34,7 @@ interface HomeBasePagerApi {
@GET("doctor/nlist")
@Headers(YDL_DOMAIN + YDL_DOMAIN_JAVA)
fun getConsultData(
@Query("categories") category: String,
@Query("directionTags") category: String,
@Query("limit") limit: String = "3",
@Query("page") page: String = "1",
@Query("uid") uid: String,
......
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