|
|
@@ -3,6 +3,7 @@ package com.bonait.bnframework.HttpModel; |
|
|
|
import com.alibaba.fastjson.TypeReference; |
|
|
|
import com.bonait.bnframework.HBL.API.APIHelper; |
|
|
|
import com.bonait.bnframework.HBL.API.APIResultT; |
|
|
|
import com.bonait.bnframework.HBL.API.Utils; |
|
|
|
import com.bonait.bnframework.common.db.QueryDB; |
|
|
|
import com.bonait.bnframework.common.db.mode.BPA_GOODPROPERTY; |
|
|
|
import com.bonait.bnframework.common.db.mode.BPA_GOODS; |
|
|
@@ -27,6 +28,7 @@ public class APIService { |
|
|
|
public static MaterialData GetMaterialModels(){ return materialModels; } |
|
|
|
|
|
|
|
public static void MainInit(){ |
|
|
|
Utils.disableSSLCertChecking(); |
|
|
|
CleanData(); |
|
|
|
GetMaterialInfo(); |
|
|
|
GetGoodsInfo(); |
|
|
|