|
@@ -32,7 +32,7 @@ public class AppRedemptionCodeController extends BaseController {
|
|
|
private SysUserFeignService sysUserFeignService;
|
|
|
|
|
|
@ApiOperation(value = "分配url")
|
|
|
- @PostMapping(value = "allocation")
|
|
|
+ @GetMapping(value = "allocation")
|
|
|
@PreAuthorize("@pcs.hasPermissions('appRedemptionCode/allocation')")
|
|
|
public HttpResponseResult<AppRedemptionCode> allocation(@RequestParam("userId")Integer userId) throws Exception {
|
|
|
if (userId == null) {
|