Authored by Rong

commit by shell

@@ -216,23 +216,23 @@ @@ -216,23 +216,23 @@
216 <stringProp name="shareMode">shareMode.all</stringProp> 216 <stringProp name="shareMode">shareMode.all</stringProp>
217 </CSVDataSet> 217 </CSVDataSet>
218 <hashTree/> 218 <hashTree/>
219 - <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_web_favorite_product" enabled="true"> 219 + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_SpaceOrders_get" enabled="true">
220 <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> 220 <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
221 <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> 221 <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true">
222 <boolProp name="LoopController.continue_forever">false</boolProp> 222 <boolProp name="LoopController.continue_forever">false</boolProp>
223 <intProp name="LoopController.loops">-1</intProp> 223 <intProp name="LoopController.loops">-1</intProp>
224 </elementProp> 224 </elementProp>
225 - <stringProp name="ThreadGroup.num_threads">10</stringProp> 225 + <stringProp name="ThreadGroup.num_threads">100</stringProp>
226 <stringProp name="ThreadGroup.ramp_time">10</stringProp> 226 <stringProp name="ThreadGroup.ramp_time">10</stringProp>
227 <longProp name="ThreadGroup.start_time">1488865571000</longProp> 227 <longProp name="ThreadGroup.start_time">1488865571000</longProp>
228 <longProp name="ThreadGroup.end_time">1488865571000</longProp> 228 <longProp name="ThreadGroup.end_time">1488865571000</longProp>
229 <boolProp name="ThreadGroup.scheduler">false</boolProp> 229 <boolProp name="ThreadGroup.scheduler">false</boolProp>
230 <stringProp name="ThreadGroup.duration"></stringProp> 230 <stringProp name="ThreadGroup.duration"></stringProp>
231 <stringProp name="ThreadGroup.delay"></stringProp> 231 <stringProp name="ThreadGroup.delay"></stringProp>
232 - <stringProp name="TestPlan.comments">PC&#31471;&#25910;&#34255;&#30340;&#21830;&#21697;</stringProp> 232 + <stringProp name="TestPlan.comments">&#35746;&#21333;&#21015;&#34920;</stringProp>
233 </ThreadGroup> 233 </ThreadGroup>
234 <hashTree> 234 <hashTree>
235 - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_web_favorite_product" enabled="true"> 235 + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_SpaceOrders_get" enabled="true">
236 <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> 236 <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
237 <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> 237 <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
238 <collectionProp name="Arguments.arguments"> 238 <collectionProp name="Arguments.arguments">
@@ -257,23 +257,23 @@ @@ -257,23 +257,23 @@
257 <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> 257 <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
258 <boolProp name="HTTPSampler.monitor">false</boolProp> 258 <boolProp name="HTTPSampler.monitor">false</boolProp>
259 <stringProp name="HTTPSampler.embedded_url_re"></stringProp> 259 <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
260 - <stringProp name="TestPlan.comments">PC&#31471;&#25910;&#34255;&#30340;&#21830;&#21697;</stringProp> 260 + <stringProp name="TestPlan.comments">&#35746;&#21333;&#21015;&#34920;</stringProp>
261 </HTTPSamplerProxy> 261 </HTTPSamplerProxy>
262 <hashTree> 262 <hashTree>
263 <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true"> 263 <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true">
264 <stringProp name="TestPlan.comments"></stringProp> 264 <stringProp name="TestPlan.comments"></stringProp>
265 <boolProp name="resetInterpreter">false</boolProp> 265 <boolProp name="resetInterpreter">false</boolProp>
266 - <stringProp name="parameters">${uid}</stringProp> 266 + <stringProp name="parameters">${SNCP} ${order_uid}</stringProp>
267 <stringProp name="filename"></stringProp> 267 <stringProp name="filename"></stringProp>
268 <stringProp name="script">import java.security.MessageDigest; 268 <stringProp name="script">import java.security.MessageDigest;
269 import java.util.Random; 269 import java.util.Random;
270 -String[] clientTypes = {&quot;web&quot;};  
271 -String[] privateKeys = {&quot;0ed29744ed318fd28d2c07985d3ba633&quot;}; 270 +String[] clientTypes = {&quot;android&quot;};
  271 +String[] privateKeys = {&quot;fd4ad5fcfa0de589ef238c0e7331b585&quot;};
272 int rd = new Random().nextInt(1); 272 int rd = new Random().nextInt(1);
273 String clientType = clientTypes[rd]; 273 String clientType = clientTypes[rd];
274 String privateKey = privateKeys[rd]; 274 String privateKey = privateKeys[rd];
275 275
276 -String req = &quot;app_version=5.8.0&amp;client_type=&quot;+clientType+&quot;&amp;limit=500&amp;method=web.favorite.product&amp;os_version=yohobuy:web&amp;page=0&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=720x1280&amp;session_key=1f90a18f1e992f3e24c94c71b2de5b11&amp;uid=&quot;+bsh.args[0]+&quot;&amp;v=7&quot;; 276 +String req = &quot;_sncp=&quot;+bsh.args[0]+&quot;&amp;app_version=5.8.0&amp;client_type=&quot;+clientType+&quot;&amp;limit=10&amp;method=app.SpaceOrders.get&amp;os_version=yohobuy:web&amp;page=1&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=720x1280&amp;session_key=1f90a18f1e992f3e24c94c71b2de5b11&amp;type=1&amp;uid=&quot;+bsh.args[1]+&quot;&amp;v=7&quot;;
277 MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;); 277 MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;);
278 byte[] btInput = req.getBytes(); 278 byte[] btInput = req.getBytes();
279 md.update(btInput); 279 md.update(btInput);
@@ -307,14 +307,14 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri @@ -307,14 +307,14 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri
307 <stringProp name="TestPlan.comments"></stringProp> 307 <stringProp name="TestPlan.comments"></stringProp>
308 <doubleProp> 308 <doubleProp>
309 <name>throughput</name> 309 <name>throughput</name>
310 - <value>600</value> 310 + <value>60000</value>
311 <savedValue>0.0</savedValue> 311 <savedValue>0.0</savedValue>
312 </doubleProp> 312 </doubleProp>
313 <intProp name="calcMode">2</intProp> 313 <intProp name="calcMode">2</intProp>
314 </ConstantThroughputTimer> 314 </ConstantThroughputTimer>
315 <hashTree/> 315 <hashTree/>
316 </hashTree> 316 </hashTree>
317 - <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_favorite_product" enabled="true"> 317 + <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="tg_app_SpaceOrders_detail" enabled="true">
318 <stringProp name="ThreadGroup.on_sample_error">continue</stringProp> 318 <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
319 <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true"> 319 <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="循环控制器" enabled="true">
320 <boolProp name="LoopController.continue_forever">false</boolProp> 320 <boolProp name="LoopController.continue_forever">false</boolProp>
@@ -327,10 +327,10 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri @@ -327,10 +327,10 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri
327 <boolProp name="ThreadGroup.scheduler">false</boolProp> 327 <boolProp name="ThreadGroup.scheduler">false</boolProp>
328 <stringProp name="ThreadGroup.duration"></stringProp> 328 <stringProp name="ThreadGroup.duration"></stringProp>
329 <stringProp name="ThreadGroup.delay"></stringProp> 329 <stringProp name="ThreadGroup.delay"></stringProp>
330 - <stringProp name="TestPlan.comments">&#26597;&#35810;&#25910;&#34255;&#30340;&#21830;&#21697;</stringProp> 330 + <stringProp name="TestPlan.comments">&#35746;&#21333;&#35814;&#24773;&#39029;</stringProp>
331 </ThreadGroup> 331 </ThreadGroup>
332 <hashTree> 332 <hashTree>
333 - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_favorite_product" enabled="true"> 333 + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="tc_app_SpaceOrders_detail" enabled="true">
334 <boolProp name="HTTPSampler.postBodyRaw">true</boolProp> 334 <boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
335 <elementProp name="HTTPsampler.Arguments" elementType="Arguments"> 335 <elementProp name="HTTPsampler.Arguments" elementType="Arguments">
336 <collectionProp name="Arguments.arguments"> 336 <collectionProp name="Arguments.arguments">
@@ -355,13 +355,13 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri @@ -355,13 +355,13 @@ vars.put(&quot;searchValue&quot;,req+&quot;&amp;client_secret=&quot;+md5);</stri
355 <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp> 355 <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
356 <boolProp name="HTTPSampler.monitor">false</boolProp> 356 <boolProp name="HTTPSampler.monitor">false</boolProp>
357 <stringProp name="HTTPSampler.embedded_url_re"></stringProp> 357 <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
358 - <stringProp name="TestPlan.comments">&#26597;&#35810;&#25910;&#34255;&#30340;&#21830;&#21697;</stringProp> 358 + <stringProp name="TestPlan.comments">&#35746;&#21333;&#35814;&#24773;&#39029;</stringProp>
359 </HTTPSamplerProxy> 359 </HTTPSamplerProxy>
360 <hashTree> 360 <hashTree>
361 <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true"> 361 <BeanShellPreProcessor guiclass="TestBeanGUI" testclass="BeanShellPreProcessor" testname="&#21069;&#32622;BeanShell" enabled="true">
362 <stringProp name="TestPlan.comments"></stringProp> 362 <stringProp name="TestPlan.comments"></stringProp>
363 <boolProp name="resetInterpreter">false</boolProp> 363 <boolProp name="resetInterpreter">false</boolProp>
364 - <stringProp name="parameters">${uid}</stringProp> 364 + <stringProp name="parameters">${SNCP} ${order_code} ${order_uid}</stringProp>
365 <stringProp name="filename"></stringProp> 365 <stringProp name="filename"></stringProp>
366 <stringProp name="script">import java.security.MessageDigest; 366 <stringProp name="script">import java.security.MessageDigest;
367 import java.util.Random; 367 import java.util.Random;
@@ -371,7 +371,7 @@ int rd = new Random().nextInt(1); @@ -371,7 +371,7 @@ int rd = new Random().nextInt(1);
371 String clientType = clientTypes[rd]; 371 String clientType = clientTypes[rd];
372 String privateKey = privateKeys[rd]; 372 String privateKey = privateKeys[rd];
373 373
374 -String req = &quot;app_version=5.8.1&amp;client_type=&quot;+clientType+&quot;&amp;fromPage=iFP_MineCollectionGoods&amp;limit=500&amp;method=app.favorite.product&amp;os_version=10.2.1&amp;page=1&amp;physical_channel=1&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=414x736&amp;session_key=8be620e2d951d49128232f8b4c392422&amp;udid=380aebe1da2c72def222c78249f99ef08c18260a&amp;uid=&quot;+bsh.args[0]+&quot;&amp;v=7&quot;; 374 +String req = &quot;_sncp=&quot;+bsh.args[0]+&quot;&amp;app_version=5.5.0&amp;client_type=&quot;+clientType+&quot;&amp;fromPage=iFP_MineOrderDetail&amp;method=app.SpaceOrders.detail&amp;order_code=&quot;+bsh.args[1]+&quot;&amp;os_version=10.3.2&amp;physical_channel=1&amp;private_key=&quot;+privateKey+&quot;&amp;screen_size=414x736&amp;udid=2a02ec0bebf4824d9b10c54b26985d3a37785d02&amp;uid=&quot;+bsh.args[2]+&quot;&amp;v=7&quot;;
375 MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;); 375 MessageDigest md = MessageDigest.getInstance(&quot;MD5&quot;);
376 byte[] btInput = req.getBytes(); 376 byte[] btInput = req.getBytes();
377 md.update(btInput); 377 md.update(btInput);