|
@@ -44,7 +44,7 @@ public class OrderCodeUtils {
|
|
|
|
|
|
}
|
|
}
|
|
public static String getOrderSn(){
|
|
public static String getOrderSn(){
|
|
- String url= "http://42.194.245.189:8010"+ "/app/common/genOrderCode";
|
|
|
|
|
|
+ String url= FSConfig.getH5CommonApi()+ "/app/common/genOrderCode";
|
|
String json = HttpRequest.get(url)
|
|
String json = HttpRequest.get(url)
|
|
.execute().body();
|
|
.execute().body();
|
|
OrderCodeVO vo= JSONUtil.toBean(json, OrderCodeVO.class);
|
|
OrderCodeVO vo= JSONUtil.toBean(json, OrderCodeVO.class);
|