Commit ecf0e7e3 authored by shiyl's avatar shiyl

修改ClientType默认类型为C

parent 679e944c
...@@ -16,7 +16,7 @@ object JudgeClientUtils { ...@@ -16,7 +16,7 @@ object JudgeClientUtils {
"com.shenghuoquan.business.debug", "com.shenghuoquan.business.debug",
"com.shenghuoquan.business" -> ClientType.MERCHANT_B "com.shenghuoquan.business" -> ClientType.MERCHANT_B
else -> { else -> {
ClientType.MERCHANT_B ClientType.MERCHANT_C
} }
} }
} }
......
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