You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678910 |
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <appSettings>
- <!--个推平台参数-->
- <add key="APPID" value="aRYkd1v35l9bFfL8OexqE2"/>
- <add key="APPKEY" value="ST67ACmlcm6hApHrDqXUk8"/>
- <add key="MASTERSECRET" value="H7sOo2wBNm7v7qBSPqhgb1"/>
- <add key="HOST" value="http://sdk.open.api.igexin.com/apiex.htm"/>
- </appSettings>
- <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
|