Commit 2788f878 by huluobin

战术更新

parent 6b677164
......@@ -8,10 +8,7 @@ import com.gogirl.infrastructure.common.util.SessionUtils;
import com.gogirl.infrastructure.common.util.lock.CustomerIdLock;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
......@@ -36,7 +33,7 @@ public class BeautyExpoQuestionnaireController {
}
@ApiOperation("/提交美博会调查问卷")
@GetMapping("/customer/beautyExpoQuestionnaire/submitQuestionnaire")
@PostMapping("/customer/beautyExpoQuestionnaire/submitQuestionnaire")
public JsonResult<Void> submitQuestionnaire(@RequestBody BeautyExpoQuestionnaire beautyExpoQuestionnaire) {
CustomerIdLock lock = CustomerIdLock.getInstance();
Integer customerId = SessionUtils.getCustomerId();
......
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