|
|
@@ -253,7 +253,7 @@ public class CmsGroupRelationController {
|
|
|
/**
|
|
|
* 编辑GPT代充卡密
|
|
|
*/
|
|
|
- @GetMapping("/update/gpt/cardKey")
|
|
|
+ @PutMapping("/update/gpt/cardKey")
|
|
|
public Result<SearchResult<GptRechargeCardKey>> updateGptCardKey(@RequestBody GptRechargeCardKey cardKey) {
|
|
|
Long id = cardKey.getId();
|
|
|
GptRechargeCardKey gptRechargeCardKey = gptRechargeCardKeyMapper.selectById(id);
|