當我創建對象的文檔中指定接收對象,我填寫自己的屬性,並保存在數據存儲中的鏈接: public class InvitationEntity extends GenericJson {
@Key
public String objectId;
@Key
public int status;
@Key("_id")
public String
我正在使用Kinvey;特別是業務邏輯自定義端點。 在業務邏輯自定義端點中,它看起來像「request.username」屬性始終是appkey,而不是實際發送請求的用戶。 如何獲取請求用戶的實際用戶名(來自授權標頭)? 代碼: function onRequest(request, response, modules){
// Get username
var usernam