Commit eca34250 by dingkai

app orderClientType

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