zhanghe hace 6 años
padre
commit
f605974d8a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/util/API/AJAXHelper.js

+ 0 - 1
src/util/API/AJAXHelper.js

@@ -64,7 +64,6 @@ class AJAXHelper {
 		xmlHttpReq.setRequestHeader('terminal', platform);
 		xmlHttpReq.setRequestHeader('merchant', 'weichuang');
 		xmlHttpReq.setRequestHeader('requestId', requestId);
-		xmlHttpReq.setRequestHeader('merchant', 'baby');
 		xmlHttpReq.setRequestHeader('Authentication', sign); //header中增加Authentication以兼容老版本
 		xmlHttpReq.setRequestHeader('Content-Type', 'application/' + (method == 'POST' || method == 'PUT' ? 'json' : 'text'));
 		//构造请求体