|
@@ -54,9 +54,9 @@ import java.util.concurrent.TimeUnit;
|
|
|
@Slf4j
|
|
|
public class TelephoneRobotServiceImpl implements ITelephoneRobotService {
|
|
|
|
|
|
- @Value("${telephoneRobot.appKey}")
|
|
|
+// @Value("${telephoneRobot.appKey}")
|
|
|
private String rebotAppkey;
|
|
|
- @Value("${telephoneRobot.secret}")
|
|
|
+// @Value("${telephoneRobot.secret}")
|
|
|
private String rebotSecret;
|
|
|
|
|
|
@Autowired
|