update to new host

This commit is contained in:
Sola
2016-10-03 15:11:05 +08:00
parent 94340aae2f
commit c431340294
3 changed files with 11 additions and 11 deletions

View File

@@ -63,13 +63,13 @@ Operator_Info: |
若以上信息有误,请及时联系@15-沙子森。
#URL
User_Register_Link: 'http://topaz.sinaapp.com/nm/v2/user/reg.html?token={0}'
User_Query_Link: 'http://topaz.sinaapp.com/nm/v2/user/list.html?token={0}'
User_Submit_Link: 'http://topaz.sinaapp.com/nm/v2/user/rrepair.html?token={0}&name={1}&isp={2}&room={3}&block={4}&phone={5,number,#}'
User_Profile_Link: 'http://topaz.sinaapp.com/nm/v2/user/modi.html?token={0}&name={1}&isp={2}&username={3}&block={4}&room={5}&phone={6,number,#}'
Result_Page: 'http://topaz.sinaapp.com/nm/v2/result.html'
Operator_Home_Page: 'http://topaz.sinaapp.com/nm/v2/man/home.html?token={0}'
Operator_Login_Page: 'http://topaz.sinaapp.com/nm/v2/man/login.html?pkey={0}'
User_Register_Link: 'http://s.wts.sola.love/nm/v2/user/reg.html?token={0}'
User_Query_Link: 'http://s.wts.sola.love/nm/v2/user/list.html?token={0}'
User_Submit_Link: 'http://s.wts.sola.love/nm/v2/user/rrepair.html?token={0}&name={1}&isp={2}&room={3}&block={4}&phone={5,number,#}'
User_Profile_Link: 'http://s.wts.sola.love/nm/v2/user/modi.html?token={0}&name={1}&isp={2}&username={3}&block={4}&room={5}&phone={6,number,#}'
Result_Page: 'http://s.wts.sola.love/nm/v2/result.html'
Operator_Home_Page: 'http://s.wts.sola.love/nm/v2/man/home.html?token={0}'
Operator_Login_Page: 'http://s.wts.sola.love/nm/v2/man/login.html?pkey={0}'
#Localized
#Status

View File

@@ -51,17 +51,17 @@
{
"type": "view",
"name": "关于报修系统",
"url": "http://topaz.sinaapp.com/nm/v2/"
"url": "http://s.wts.sola.love/nm/v2/"
},
{
"type": "view",
"name": "联系我们",
"url": "http://topaz.sinaapp.com/nm/v2/404.html"
"url": "http://s.wts.sola.love/nm/v2/404.html"
},
{
"type": "view",
"name": "关于网维",
"url": "http://topaz.sinaapp.com/nm/v2/404.html"
"url": "http://s.wts.sola.love/nm/v2/404.html"
}
]
}

View File

@@ -24,7 +24,7 @@ public class URLEncodeTest {
.title("Test Title")
.msg("Test Message")
.toString(),
equalTo("http://topaz.sinaapp.com/nm/v2/result.html?type=1&title=Test%20Title&msg=Test%20Message&")
equalTo("http://s.wts.sola.love/nm/v2/result.html?type=1&title=Test%20Title&msg=Test%20Message&")
);
}