@fangcha/backend-kit
Version:
Backend Kit.
14 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KitProfileApis = void 0;
/**
* @deprecated
*/
exports.KitProfileApis = {
BasicProfileGet: {
method: 'GET',
route: '/api/v1/profile/basic-info',
description: '获取基础信息',
},
};
//# sourceMappingURL=KitProfileApis.js.map