Commit 77fbdd29 by sikang

Merge branch 'master' of ssh://47.100.14.92:2289/sikang/lib_base

update reffer commod.
parents 6a8811b0 e1af5567
......@@ -40,5 +40,25 @@ public enum TDChannel {
public String getValue() {
return value;
}
public static String getMoxieType(TDChannel channel){
switch (channel){
case FACEBOOK:
return "facebook";
case LAZADA:
return "lazada";
case TOKOPEDIA:
return "tokopedia";
case GOJEK:
return "gojek";
case GRAB:
return "grab";
case TELKOMSEL:
return "telkomsel";
case WHATSAPP:
return "whatsapp";
}
return "";
}
}
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