|
|
@@ -216,7 +216,6 @@ public class AutoErpSigninUitl implements OnHttpResultListener {
|
|
|
phone = getSharedPreferences(MyApplication.getInstance(), "user_phone");
|
|
|
}
|
|
|
form.put("cl_phone", phone);
|
|
|
-// form.put("facecard", 1);//添加一个参数
|
|
|
form.put("cl_emcode", getSharedPreferences(ct, "erp_username"));
|
|
|
String emname = getSharedPreferences(ct, "erp_emname");
|
|
|
if (StringUtil.isEmpty(emname)) {
|
|
|
@@ -235,7 +234,7 @@ public class AutoErpSigninUitl implements OnHttpResultListener {
|
|
|
|
|
|
String formStore = JSONUtil.map2JSON(form);
|
|
|
param.put("formStore", formStore);
|
|
|
- param.put("facecard", 1);
|
|
|
+ param.put("facecard", "1");
|
|
|
param.put("emcode", getSharedPreferences(ct, "erp_username"));
|
|
|
String url = isB2b ? ApiConfig.getInstance(ApiUtils.getApiModel()).getmApiBase().punch_worksignin_url :
|
|
|
"mobile/saveCardLog.action";
|