李昊 4 years ago
parent
commit
f15291cf1f

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/AdminControllers/AdminSpecialLabelController.cs

@@ -56,7 +56,7 @@ namespace GxPress.Api.AdminControllers
         /// </summary>
         /// <param name="id"></param>
         /// <returns></returns>
-        [HttpDelete]
+        [HttpDelete("{id}")]
         public async Task<bool> DeleteAsync(int id)
         {
             return await specialLabelRepository.DeleteAsync(id);