Commit 9b133236 authored by yinjiacheng's avatar yinjiacheng

update C端包名

parent 77810005
......@@ -11,7 +11,8 @@ object JudgeClientUtils {
*/
fun judgeClient(packageName: String): ClientType {
return when (packageName) {
"com.cutt.zhiyue.android" -> ClientType.MERCHANT_C
"com.cutt.zhiyue.android",
"com.shenghuoquan" -> ClientType.MERCHANT_C
"com.shenghuoquan.business.debug",
"com.shenghuoquan.business" -> ClientType.MERCHANT_B
else -> {
......
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