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:
parent
9a8c6f3bb8
commit
18dc88f514
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user