|
|
|
@ -220,7 +220,7 @@ public class TestController {
|
|
|
|
|
client.put("located_country", "Australia");
|
|
|
|
|
if("1".equalsIgnoreCase(weChatRate.getString("clean_days"))){
|
|
|
|
|
// clean_1 clean_1_friday clean_1_saturday
|
|
|
|
|
// second, third or fourth
|
|
|
|
|
// first, second, third or fourth
|
|
|
|
|
client.put("clean_1", weChatRate.getString("clean_days"));
|
|
|
|
|
client.put("clean_1_friday", "first");
|
|
|
|
|
client.put("clean_1_saturday", "second");
|
|
|
|
|