Commit 671cd560 authored by yinjiacheng's avatar yinjiacheng

update 管理中心区分B&C端功能

parent c0e3e83f
...@@ -141,5 +141,11 @@ class XRouterPathConstants { ...@@ -141,5 +141,11 @@ class XRouterPathConstants {
// 商品 — 商品管理 // 商品 — 商品管理
const val COMMODITY_MANAGEMENT = "/b/goods/commodity_management" const val COMMODITY_MANAGEMENT = "/b/goods/commodity_management"
/**
* C端页面
*/
// webView
const val C_WEB_VIEW = "/SimpleBorwser"
} }
} }
...@@ -54,7 +54,7 @@ class GetCommonConfigBean { ...@@ -54,7 +54,7 @@ class GetCommonConfigBean {
@SerializedName("disable_text") @SerializedName("disable_text")
val disableText: String, val disableText: String,
@SerializedName("disable_url") @SerializedName("disable_url")
val disableUrl: String?, val disableUrl: String,
@SerializedName("items") @SerializedName("items")
val items: List<Item>, val items: List<Item>,
@SerializedName("show") @SerializedName("show")
...@@ -82,7 +82,7 @@ class GetCommonConfigBean { ...@@ -82,7 +82,7 @@ class GetCommonConfigBean {
@SerializedName("icon_url") @SerializedName("icon_url")
val iconUrl: String, val iconUrl: String,
@SerializedName("link_url") @SerializedName("link_url")
val linkUrl: String?, val linkUrl: String,
@SerializedName("show") @SerializedName("show")
val show: Int val show: Int
) : Serializable ) : Serializable
......
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