WMSHttpInterface.java
306 Bytes
package com.huaheng.wms.https;
import org.json.JSONObject;
public class WMSHttpInterface {
public static void insertCompany(JSONObject object) {
OKHttpUtils.commonPost(HttpConstant.COMPANY_INSERT, "company", object);
// OKHttpUtils.getAsycHttp(HttpConstant.COMPANY_INSERT);
}
}