Commit 7359592f by 墨竹

feat:活码增删改查

parent 8759b0ee
......@@ -77,7 +77,7 @@ public class HmQrcodeController {
* @param hmId
* @return
*/
@RequestMapping(value = "detail", method = RequestMethod.POST)
@RequestMapping(value = "detail", method = RequestMethod.GET)
public RestResponse update(Long hmId) {
HmQrcodeDTO hmQrcodeDTO = this.hmQrcodeApiService.queryById(hmId);
return RestResponse.successResult(hmQrcodeDTO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment