1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#76 add snsUrl in vacant API

This commit is contained in:
Hai Liang Wang 2018-09-24 15:21:20 +08:00
parent 9a8c6f3bb8
commit 18dc88f514

View File

@ -148,6 +148,7 @@ public class ApiChatbotController extends Handler {
o.addProperty("id", r.getId());
o.addProperty("snsid", r.getSnsid());
o.addProperty("snsType", r.getSnstype());
o.addProperty("snsurl", r.getBaseURL());
ja.add(o);
}
}