Commit b79de719 by jianan

前端对接问题修复23

parent 7b10b215
......@@ -220,7 +220,7 @@ public class ApiPolicyController {
*/
@GetMapping("/get_policy_product_info")
@Operation(summary = "获取保单产品信息")
public Result<Object> getProductLaunchPage(List<String> productLaunchBizId) {
public Result<Object> getPolicyProductInfo(@RequestParam("productLaunchBizId") List<String> productLaunchBizId) {
if (productLaunchBizId == null) {
return Result.fail(ResultCode.PARAMS_ERROR.getCode(), ResultCode.PARAMS_ERROR.getMessage());
}
......
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