Showing
7 changed files
with
7 additions
and
71 deletions
... | @@ -15,9 +15,9 @@ | ... | @@ -15,9 +15,9 @@ |
15 | custom="" | 15 | custom="" |
16 | gamechannelid="" | 16 | gamechannelid="" |
17 | 17 | ||
18 | - logincheckurl="http://login.public.sdk.haibaoyouxi.com:9010/logincheck/check" | 18 | + logincheckurl="https://login.public.sdk.haibaoyouxi.com:9010/logincheck/check" |
19 | - payorderurl="http://pay.public.sdk.haibaoyouxi.com:9020/paycheck/create" | 19 | + payorderurl="https://pay.public.sdk.haibaoyouxi.com:9020/paycheck/create" |
20 | - paycheckurl="http://pay.public.sdk.haibaoyouxi.com:9020/paycheck/confirm" | 20 | + paycheckurl="https://pay.public.sdk.haibaoyouxi.com:9020/paycheck/confirm" |
21 | 21 | ||
22 | usertype="gssaXIIEiL0=" /> | 22 | usertype="gssaXIIEiL0=" /> |
23 | 23 | ... | ... |
demo/.idea/codeStyles/Project.xml
deleted
100644 → 0
1 | -<component name="ProjectCodeStyleConfiguration"> | ||
2 | - <code_scheme name="Project" version="173"> | ||
3 | - <Objective-C-extensions> | ||
4 | - <file> | ||
5 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" /> | ||
6 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" /> | ||
7 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" /> | ||
8 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" /> | ||
9 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" /> | ||
10 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" /> | ||
11 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" /> | ||
12 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" /> | ||
13 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" /> | ||
14 | - </file> | ||
15 | - <class> | ||
16 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" /> | ||
17 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" /> | ||
18 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" /> | ||
19 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" /> | ||
20 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" /> | ||
21 | - <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" /> | ||
22 | - </class> | ||
23 | - <extensions> | ||
24 | - <pair source="cpp" header="h" fileNamingConvention="NONE" /> | ||
25 | - <pair source="c" header="h" fileNamingConvention="NONE" /> | ||
26 | - </extensions> | ||
27 | - </Objective-C-extensions> | ||
28 | - </code_scheme> | ||
29 | -</component> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
demo/.idea/gradle.xml
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<project version="4"> | ||
3 | - <component name="GradleSettings"> | ||
4 | - <option name="linkedExternalProjectsSettings"> | ||
5 | - <GradleProjectSettings> | ||
6 | - <compositeConfiguration> | ||
7 | - <compositeBuild compositeDefinitionSource="SCRIPT" /> | ||
8 | - </compositeConfiguration> | ||
9 | - <option name="distributionType" value="DEFAULT_WRAPPED" /> | ||
10 | - <option name="externalProjectPath" value="$PROJECT_DIR$" /> | ||
11 | - <option name="resolveModulePerSourceSet" value="false" /> | ||
12 | - </GradleProjectSettings> | ||
13 | - </option> | ||
14 | - </component> | ||
15 | -</project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
demo/.idea/misc.xml
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<project version="4"> | ||
3 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | ||
4 | - <output url="file://$PROJECT_DIR$/build/classes" /> | ||
5 | - </component> | ||
6 | - <component name="ProjectType"> | ||
7 | - <option name="id" value="Android" /> | ||
8 | - </component> | ||
9 | -</project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
demo/.idea/runConfigurations.xml
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<project version="4"> | ||
3 | - <component name="RunConfigurationProducerService"> | ||
4 | - <option name="ignoredProducers"> | ||
5 | - <set> | ||
6 | - <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> | ||
7 | - <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" /> | ||
8 | - <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" /> | ||
9 | - </set> | ||
10 | - </option> | ||
11 | - </component> | ||
12 | -</project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -15,9 +15,9 @@ | ... | @@ -15,9 +15,9 @@ |
15 | custom="" | 15 | custom="" |
16 | gamechannelid="" | 16 | gamechannelid="" |
17 | 17 | ||
18 | - logincheckurl="http://login.public.sdk.haibaoyouxi.com:9010/logincheck/check" | 18 | + logincheckurl="https://login.public.sdk.haibaoyouxi.com:9010/logincheck/check" |
19 | - payorderurl="http://pay.public.sdk.haibaoyouxi.com:9020/paycheck/create" | 19 | + payorderurl="https://pay.public.sdk.haibaoyouxi.com:9020/paycheck/create" |
20 | - paycheckurl="http://pay.public.sdk.haibaoyouxi.com:9020/paycheck/confirm" | 20 | + paycheckurl="https://pay.public.sdk.haibaoyouxi.com:9020/paycheck/confirm" |
21 | 21 | ||
22 | usertype="gssaXIIEiL0=" /> | 22 | usertype="gssaXIIEiL0=" /> |
23 | 23 | ... | ... |
-
Please register or login to post a comment