# egg-temp **Repository Path**: chengbenchao/egg-temp ## Basic Information - **Project Name**: egg-temp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-temp ### Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### 本项目的配置 ``` egg-jwt egg-cors ``` ``` GET /getToken 获取api之后所有地址必须加上apikey才可读 ``` ```js //demo http://127.0.0.1:7001/?apikey=eyJhbGciOiJIUzI1NiJ9.MTIzNDU2.jXGweo4iGdPngxob0efyzCoI5HMX04916NDDp7mrRms ```