| | |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | //IqcQaSubmit |
| | | [HttpPost("GetFileUrlByU9List")] |
| | | public ResponseResult GetFileUrlByU9List(LLJDto rkjDto) |
| | | { |
| | | try |
| | | { |
| | | //dynamic resultInfos = new ExpandoObject(); |
| | | //var tbBillList = |
| | | // new LljService().IqcQaSubmit(rkjDto); |
| | | //resultInfos.tbBillList = tbBillList; |
| | | string[] fileUrls = |
| | | { |
| | | "https://new-service.oss-cn-hangzhou.aliyuncs.com/sheet-attachment/1728624575152_ty5VSi9R.png", |
| | | "https://new-service.oss-cn-hangzhou.aliyuncs.com/sheet-attachment/1728624610583_EwIN55BL.pdf" |
| | | }; |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |
| | | message = "OK", |
| | | data = fileUrls |
| | | }; |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | } |