Showing
1 changed file
with
8 additions
and
8 deletions
@@ -204,7 +204,7 @@ | @@ -204,7 +204,7 @@ | ||
204 | <stringProp name="shareMode">shareMode.all</stringProp> | 204 | <stringProp name="shareMode">shareMode.all</stringProp> |
205 | </CSVDataSet> | 205 | </CSVDataSet> |
206 | <hashTree/> | 206 | <hashTree/> |
207 | - <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_newproduct_reclist" enabled="true"> | 207 | + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_search_good" enabled="true"> |
208 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> | 208 | <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> |
209 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> | 209 | <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> |
210 | <boolProp name="LoopController.continue_forever">false</boolProp> | 210 | <boolProp name="LoopController.continue_forever">false</boolProp> |
@@ -217,10 +217,10 @@ | @@ -217,10 +217,10 @@ | ||
217 | <boolProp name="ThreadGroup.scheduler">false</boolProp> | 217 | <boolProp name="ThreadGroup.scheduler">false</boolProp> |
218 | <stringProp name="ThreadGroup.duration"></stringProp> | 218 | <stringProp name="ThreadGroup.duration"></stringProp> |
219 | <stringProp name="ThreadGroup.delay"></stringProp> | 219 | <stringProp name="ThreadGroup.delay"></stringProp> |
220 | - <stringProp name="TestPlan.comments">新品到着推荐商品列表</stringProp> | 220 | + <stringProp name="TestPlan.comments">发现好货列表</stringProp> |
221 | </ThreadGroup> | 221 | </ThreadGroup> |
222 | <hashTree> | 222 | <hashTree> |
223 | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_newproduct_reclist" enabled="true"> | 223 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_search_good" enabled="true"> |
224 | <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> | 224 | <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> |
225 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> | 225 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> |
226 | <collectionProp name="Arguments.arguments"> | 226 | <collectionProp name="Arguments.arguments"> |
@@ -245,7 +245,7 @@ | @@ -245,7 +245,7 @@ | ||
245 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> | 245 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> |
246 | <boolProp name="HTTPSampler.monitor">false</boolProp> | 246 | <boolProp name="HTTPSampler.monitor">false</boolProp> |
247 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> | 247 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp> |
248 | - <stringProp name="TestPlan.comments">新品到着推荐商品列表</stringProp> | 248 | + <stringProp name="TestPlan.comments">发现好货列表</stringProp> |
249 | </HTTPSamplerProxy> | 249 | </HTTPSamplerProxy> |
250 | <hashTree> | 250 | <hashTree> |
251 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="前置BeanShell" enabled="true"> | 251 | <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="前置BeanShell" enabled="true"> |
@@ -260,8 +260,8 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585"}; | @@ -260,8 +260,8 @@ String[] privateKeys = {"fd4ad5fcfa0de589ef238c0e7331b585"}; | ||
260 | int rd = new Random().nextInt(1); | 260 | int rd = new Random().nextInt(1); |
261 | String clientType = clientTypes[rd]; | 261 | String clientType = clientTypes[rd]; |
262 | String privateKey = privateKeys[rd]; | 262 | String privateKey = privateKeys[rd]; |
263 | -String os_version = "android5.1.1:Redmi_Note_3"; | ||
264 | -String req = "app_version=5.8.1&client_type="+clientType+"&gender=1,3&limit=20&method=app.newproduct.reclist&order=&os_version="+os_version+"&page=1&physical_channel=1&private_key="+privateKey+"&screen_size=1080x1920&session_key=7ddadfafd388aba86ff13f0d51adf591&udid=8610840369852596e0de9aef48b93f6&uid="+bsh.args[0]+"&v=7&yh_channel=1"; | 263 | + |
264 | +String req = "app_type=0&app_version=5.6.0&client_type="+clientType+"&gender=1,3&limit=20&method=app.search.good&os_version=9.0.2&page=3&physical_channel=1&private_key="+privateKey+"&screen_size=414x736&session_key=0da72536c71ea0956800afdaf71ae088&udid=eae1c459cc40e95414ef186b1d2ad7eac65b9768&uid="+bsh.args[0]+"&v=7&yh_channel=1"; | ||
265 | MessageDigest md = MessageDigest.getInstance("MD5"); | 265 | MessageDigest md = MessageDigest.getInstance("MD5"); |
266 | byte[] btInput = req.getBytes(); | 266 | byte[] btInput = req.getBytes(); |
267 | md.update(btInput); | 267 | md.update(btInput); |
@@ -275,8 +275,8 @@ for(byte b : btResult){ | @@ -275,8 +275,8 @@ for(byte b : btResult){ | ||
275 | sb.append(Integer.toHexString(bt)); | 275 | sb.append(Integer.toHexString(bt)); |
276 | } | 276 | } |
277 | String md5 = sb.toString(); | 277 | String md5 = sb.toString(); |
278 | -os_version=URLEncoder.encode(os_version); | ||
279 | -req = "app_version=5.8.1&client_type="+clientType+"&gender=1,3&limit=20&method=app.newproduct.reclist&order=&os_version="+os_version+"&page=1&physical_channel=1&private_key="+privateKey+"&screen_size=1080x1920&session_key=7ddadfafd388aba86ff13f0d51adf591&udid=8610840369852596e0de9aef48b93f6&uid="+bsh.args[0]+"&v=7&yh_channel=1"; | 278 | + |
279 | + | ||
280 | vars.put("searchValue",req+"&client_secret="+md5);</stringProp> | 280 | vars.put("searchValue",req+"&client_secret="+md5);</stringProp> |
281 | </BeanShellPreProcessor> | 281 | </BeanShellPreProcessor> |
282 | <hashTree/> | 282 | <hashTree/> |
-
Please register or login to post a comment