| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- import { httpRequest } from '../../../services/http/index'
- import { HttpRequest } from '../../../services/http/interface'
- import service from '../../../services/index'
- /* 获取钻石详情 */
- export function getGoods(params: HttpRequest<{req: GuangZuan.GetGoodsReq, rsp: GuangZuan.GetGoods}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/GetGoods', 'GET', params)
- }
- /* Rapaport最新报价表(广钻) */
- export function gzCertAddressConfig(params: HttpRequest<{req: GuangZuan.GzCertAddressConfigReq, rsp: GuangZuan.GzCertAddressConfig[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/GzCertAddressConfig', 'GET', params)
- }
- /* 钻石证书地址参数 */
- export function gzCertAddressParam(params: HttpRequest<{req: GuangZuan.GzCertAddressParamReq, rsp: GuangZuan.GzCertAddressParam[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/GzCertAddressParam', 'GET', params)
- }
- /* 首页统计数据 */
- export function homeData(params: HttpRequest<{req: GuangZuan.HomeDataReq, rsp: GuangZuan.HomeData}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/HomeData', 'GET', params)
- }
- /* 钻石价格计算器 */
- export function priceCalc(params: HttpRequest<{req: GuangZuan.PriceCalcReq, rsp: GuangZuan.Gzrapaportprice[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/PriceCalc', 'GET', params)
- }
- /* 查询求购大厅委托单 */
- export function queryBuyOrder(params: HttpRequest<{req: GuangZuan.BuyOrderReq, rsp: GuangZuan.BuyOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryBuyOrder', 'GET', params)
- }
- /* 钻石搜索 */
- export function queryDiamond(params: HttpRequest<{req: GuangZuan.DiamondReq, rsp: GuangZuan.SellOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryDiamond', 'POST', params)
- }
- /* 查询我的询价-求购 */
- export function queryMyBargainApply(params: HttpRequest<{req: GuangZuan.MyBargainApplyReq, rsp: GuangZuan.MyBargainApply[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyBargainApply', 'GET', params)
- }
- /* 查询我的求购 */
- export function queryMyBuyOrder(params: HttpRequest<{req: GuangZuan.MyBuyOrderReq, rsp: GuangZuan.MyBuyOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyBuyOrder', 'GET', params)
- }
- /* 查询我的摘牌 */
- export function queryMyDeListing(params: HttpRequest<{req: GuangZuan.MyDeListingReq, rsp: GuangZuan.MyDeListing[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyDeListing', 'GET', params)
- }
- /* 查询我的询价-出售 */
- export function queryMyDelistingApply(params: HttpRequest<{req: GuangZuan.MyDelistingApplyReq, rsp: GuangZuan.MyDelistingApply[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyDelistingApply', 'GET', params)
- }
- /* 查询我的收藏 */
- export function queryMyFavorite(params: HttpRequest<{req: GuangZuan.MyFavoriteReq, rsp: GuangZuan.MyFavorite[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyFavorite', 'GET', params)
- }
- /* 查询我的履约 */
- export function queryMyPerformanc(params: HttpRequest<{req: GuangZuan.MyPerformancReq, rsp: GuangZuan.MyPerformanc[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyPerformanc', 'GET', params)
- }
- /* 查询我的出售 */
- export function queryMySellOrder(params: HttpRequest<{req: GuangZuan.MySellOrderReq, rsp: GuangZuan.MySellOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMySellOrder', 'GET', params)
- }
- /* 查询我的库存 */
- export function queryMyWRPosition(params: HttpRequest<{req: GuangZuan.MyWRPositionReq, rsp: GuangZuan.MyWRPosition[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMyWRPosition', 'GET', params)
- }
- /* 查询出售大厅委托单 */
- export function querySellOrder(params: HttpRequest<{req: GuangZuan.SellOrderReq, rsp: GuangZuan.SellOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QuerySellOrder', 'GET', params)
- }
- /* 查询仓库信息 */
- export function queryWarehouseInfo(params: HttpRequest<{req: GuangZuan.WarehouseInfoReq, rsp: GuangZuan.WarehouseInfo[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryWarehouseInfo', 'GET', params)
- }
- /* 查询履约信息详情 */
- export function queryWrPerformancePlanStep(params: HttpRequest<{req: GuangZuan.WrPerformancePlanStepReq, rsp: GuangZuan.WrPerformancePlanStep[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/WrTrade2/QueryWrPerformancePlanStep', 'GET', params)
- }
- /* 查询履约模板 */
- export function queryPermancePlanTmp(params: HttpRequest<{req: GuangZuan.PermancePlanTmpReq, rsp: GuangZuan.PermancePlanTmp[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/WrTrade2/QueryPermancePlanTmp', 'GET', params)
- }
- /* 查询仓储报表 */
- export function queryWRPositionReport(params: HttpRequest<{req: GuangZuan.WRPositionReportReq, rsp: GuangZuan.WRPositionReport[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryWRPositionReport', 'GET', params)
- }
- /* 查询交易报表 */
- export function queryTradeReport(params: HttpRequest<{req: GuangZuan.WRPositionReportReq, rsp: GuangZuan.TradeReport[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryTradeReport', 'GET', params)
- }
- /* 查询会员报表 */
- export function queryMemberReport(params: HttpRequest<{req: GuangZuan.MemberReportReq, rsp: GuangZuan.MemberReport[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryMemberReport', 'GET', params)
- }
- /* 保税仓月电费登记表查询 */
- export function queryGzbscuserpowerfee(params: HttpRequest<{req: GuangZuan.GZBscuserPowerFeeReq, rsp: GuangZuan.GZBscuserPowerFee[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryGzbscuserpowerfee', 'GET', params)
- }
- /* 保税仓用户月付款通知书表查询(计费管理) */
- export function queryGzbscusermonthpay(params: HttpRequest<{req: GuangZuan.GZBSCuserMonthPayReq, rsp: GuangZuan.GZBSCuserMonthPay[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryGzbscusermonthpay', 'GET', params)
- }
- /* 保税仓出入库申请表查询 */
- export function queryGzbscinOutOrder(params: HttpRequest<{req: GuangZuan.GZBSCinOutOrderReq, rsp: GuangZuan.GZBSCinOutOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryGzbscinOutOrder', 'GET', params)
- }
- /* 保税商品报关头寸表查询 */
- export function queryGzbscPosition(params: HttpRequest<{req: GuangZuan.GZBSCPositionReq, rsp: GuangZuan.GZBSCPosition[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryGzbscPosition', 'GET', params)
- }
- /* 保税仓本月进口明细/本月出境明细/本月转厂明细查询 */
- export function queryBscinoutorder(params: HttpRequest<{req: GuangZuan.BSCInoutOrderReq, rsp: GuangZuan.BSCInoutOrder[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryBscinoutorder', 'GET', params)
- }
- /* 保税仓出入库申请明细表查询 */
- export function queryBScinOutOrderDetail(params: HttpRequest<{req: GuangZuan.BSCInoutOrderDetailReq, rsp: GuangZuan.BSCInoutOrderDetail[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryBScinOutOrderDetail', 'GET', params)
- }
- /* 保税仓出库申请明细附表查询 */
- export function queryBScOutOrderDetailatt(params: HttpRequest<{req: GuangZuan.BSCOutOrderDetailAttReq, rsp: GuangZuan.BSCOutOrderDetailAtt[]}>) {
- return httpRequest(service.config.goCommonSearchUrl+'/Guangzuan/QueryBScOutOrderDetailatt', 'GET', params)
- }
|