diff --git a/shareB.html b/shareB.html
index 7421f11..3fbdfbe 100644
--- a/shareB.html
+++ b/shareB.html
@@ -150,9 +150,10 @@
 
 	if (browserRedirect() == 'ios') {
 		var params = {
-			icid: 'iosftsB'
+			icid: 'iosftsB',
+			agentCode: getRequest().agentCode
 		}
-		
+
 		ShareTrace.init({
 			appkey: "93adc025c1e699fe", // 此值必填
 			param: JSON.stringify(params),
@@ -171,9 +172,10 @@
 
 	} else {
 		var params = {
-			icid: 'ftsB'
+			icid: 'ftsB',
+			agentCode: getRequest().agentCode
 		}
-		
+
 		ShareTrace.init({
 			appkey: "93adc025c1e699fe", // 此值必填
 			param: JSON.stringify(params),
diff --git a/testB.html b/testB.html
index 2130098..529cd50 100644
--- a/testB.html
+++ b/testB.html
@@ -150,7 +150,8 @@
 
 	if (browserRedirect() == 'ios') {
 		var params = {
-			icid: 'iosftsB'
+			icid: 'iosftsB',
+			agentCode: getRequest().agentCode
 		}
 		ShareTrace.init({
 			appkey: "93adc025c1e699fe", // 此值必填
@@ -169,7 +170,8 @@
 
 	} else {
 		var params = {
-			icid: 'ftsB'
+			icid: 'ftsB',
+			agentCode: getRequest().agentCode
 		}
 
 		ShareTrace.init({