Commit eca34250 by dingkai

app orderClientType

parent ac10474b
...@@ -1202,6 +1202,9 @@ public class OrderSdkAdapter { ...@@ -1202,6 +1202,9 @@ public class OrderSdkAdapter {
case "saasmall": case "saasmall":
orderClientType = 23; orderClientType = 23;
break; break;
case "app":
orderClientType = 12;
break;
default: default:
orderClientType = OrderClientType.SAAS.getIndex(); orderClientType = OrderClientType.SAAS.getIndex();
break; break;
......
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