Commit ea480679 authored by Su-Yi's avatar Su-Yi

更新maven配置

parent bcdc263e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</list> </list>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -123,11 +123,11 @@ ...@@ -123,11 +123,11 @@
<configuration> <configuration>
<suiteXmlFiles> <suiteXmlFiles>
<!-- --> <!-- -->
<suiteXmlFile>testNG.xml</suiteXmlFile> <suiteXmlFile>src/test/testNG.xml</suiteXmlFile>
</suiteXmlFiles> </suiteXmlFiles>
<properties> <properties>
<property> <property>
<name>usedefaultlisteners</name> / <name>usedefaultlisteners</name>
<value>false</value> <value>false</value>
</property> </property>
......
...@@ -12,6 +12,8 @@ import java.io.IOException; ...@@ -12,6 +12,8 @@ import java.io.IOException;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
public class Pay { public class Pay {
private NetworkOperation network = new NetworkOperation(); private NetworkOperation network = new NetworkOperation();
// http://kjj.m.duibatest.com.cn/kjy/mp/developer/changeUser?uid=1515 // http://kjj.m.duibatest.com.cn/kjy/mp/developer/changeUser?uid=1515
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment