|
@@ -285,7 +285,7 @@ public class WxaUserApiController extends WxaController {
|
|
|
|
|
|
public void aaa() {
|
|
|
Doctors doctors = Doctors.dao.findFirst("select * from doctors where phone=?", "15203224322");
|
|
|
- String tokenKey = "TOKEN_WXA_" + "test1";
|
|
|
+ String tokenKey = "TOKEN_WXA_" + "test2";
|
|
|
String doctorsStr = JSON.toJSONString(doctors);
|
|
|
|
|
|
Redis.use("pc").setex("think" + tokenKey, 7200, doctorsStr);
|