Topic

社区相关的接口

APIDescription
POST api/Topic/QueryCategory

S0:读取社区分类

POST api/Topic/QueryListTopic

S1:查询社区列表,对应首页页面 {"Category":"","Sn":"","limit":10,"page":1,"Keyword":"","MemberGuid":"","SortFild":"","SortOrder":""}

POST api/Topic/QueryTopicDetail

S2:查询社区详情,对应社区详情页面 { "MemberGuid": "sample string 1", "ids": "sample string 2"}

POST api/Topic/AddLikes

S3:添加社区点赞或者取消点赞

POST api/Topic/AddTopic

S4:添加社区帖子记录

POST api/Topic/AddComment

S5:添加社区评论

POST api/Topic/DeleteTopic/{id}

S6:删除社区帖子记录

POST api/Topic/DeleteComment/{id}

S7:删除社区评论信息

POST api/Topic/DeleteAttachment?ids={ids}

S9:删除社区图片或者产品

POST api/Topic/UploadAttachment

S10:上传社区的图片,单张(图片文件,wx.uploadFile() ids 社区主键,sn 类别(1图片 2视频)

POST api/Topic/AddProdutAttachment

S11:添加社区记录对应的产品信息

LuckyDraw

盲盒模块控制器

APIDescription
POST api/LuckyDraw/QueryBlindBoxCategory

M1:获取盲盒类别

POST api/LuckyDraw/QueryBlindBoxList

M2:获取盲盒产品列表列表

POST api/LuckyDraw/QueryBlindBoxDetail

M3:获取盲盒产品详情

POST api/LuckyDraw/StartLottery

M4:创建抽赏记录

POST api/LuckyDraw/StartLotteryResult

M12: 创建抽赏记录,对应的开奖结果

POST api/LuckyDraw/QueryLotteryRecord

M5:查询我的抽赏记录,对应会员中心的抽赏记录

POST api/LuckyDraw/QueryLotteryDetail

M6:查询我的抽赏记录详情信息,对应会员中心的抽赏记录详情

POST api/LuckyDraw/QueryRewardRecord?ids={ids}

M7:查看盲盒中赏记录,对应抽盲盒详细页面展示的(会员信息脱敏显示)

POST api/LuckyDraw/QueryMyWarehouse

M11:查询的我的仓库,提货进入的页面对应的接口,点击提货调用的接口采用api/MarketTrading/QueryMyProducts

POST api/LuckyDraw/AddTiHuoOrder

M8:添加提货订单

POST api/LuckyDraw/QueryMyOrders

M9:查询我的提货订单列表,对应会员中心提货订货按钮进去的页面 {"Sn":"","limit":10,"page":1,"Keyword":"","MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"} ,订单明细参照api/Shopping/QueryOrderDetail?orderGUID={orderGUID}

POST api/LuckyDraw/CancelTiHuoOrder

M10:删除提货订单,只能操作状态未支付的订单。 确认收货和查询物流信息,参照订单查询接口 api/Shopping/

Commonly

APIDescription
POST api/Commonly/QueryBanner?sn={sn}

No documentation available.

Shopping

商城相关接口

APIDescription
POST api/Shopping/QueryProductCategory

C1:获取商城类别

POST api/Shopping/QueryProductList

C2:获取商城产品列表 {"Category":"","limit":10,"page":1,"Keyword":""} 价格排序 SortFild="ProductPrice"; SortOrder="asc"//升序 SortOrder="desc"//降序;

POST api/Shopping/QueryHomeProductList

D22:获取首页产品列表 {"Category":"","limit":10,"page":1,"Keyword":"","Sn":"2"} 如果是首页(Sn :2商品1盲盒)

POST api/Shopping/QueryProductDetail

C3:获取商城产品详情

POST api/Shopping/AddFavorites

D4:添加收藏 Action 1:收藏 2:取消收藏

POST api/Shopping/AddShopCar

D5:添加购物车

POST api/Shopping/AddReserve

D20:添加用户想要的商品。对于库存没有的情况,显示想要按钮

POST api/Shopping/CancelShopCar?ShopCartGUID={ShopCartGUID}

D12:取消购物车

POST api/Shopping/CancelMoreShopCar

D14:批量删除购物车

POST api/Shopping/ChangeShopCarCount?ShopCartGUID={ShopCartGUID}&sn={sn}

D13:修改购物车商品数量

POST api/Shopping/QueryShopCar?mid={mid}

C5:查询购物车

POST api/Shopping/AddReceiveAddress

D6:添加收货地址

POST api/Shopping/EditReceiveAddress

D7:修改收货地址

POST api/Shopping/DeleteReceiveAddress

D31:删除收货地址 { "MemberGuid": "sample string 1", "ids": "地址id"}

POST api/Shopping/QueryReceiveAddress?mid={mid}

C8:查询收货地址信息 我的地址库 订单使用

POST api/Shopping/QueryOneReceiveAddress?mid={mid}

C17:查询单个收货地址信息,详细信息

POST api/Shopping/QueryKnowledge?sn={sn}

C9:查询系统帮忙信息、隐私条款等信息 其中用户服务协议3|什么是余额4|钱包使用说明|5|集市交易规则6|个性化推荐 15|隐私政策7|

POST api/Shopping/QueryListExpress?addressGUID={addressGUID}&Money={Money}

C10:订单的配送方式 需要传递一个收货地址的id,地址不同,可能运费会不同

POST api/Shopping/QuerCarProduct

D15:查询购物车商品信息

POST api/Shopping/AddOrder

D16:订单创建,来源直接商品下单或者是购物车下单,下单成功后返回支付宝支付的信息,app用这个信息调用支付宝支付接口,然后返回到订单详细页面

POST api/Shopping/CancelOrder?orderGUID={orderGUID}

D19:取消订单

POST api/Shopping/DeleteOrder?orderGUID={orderGUID}

D30:删除订单

POST api/Shopping/QueryOrderDetail?orderGUID={orderGUID}

C18:单个订单详细查询

POST api/Shopping/QueryMyOrders

D23:查询我的订单列表 {"Sn":"","limit":10,"page":1,"Keyword":"","MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"} sn“”全部 1:待付款 2:待发货 3:待收货 4:待评价(已完成)

POST api/Shopping/ContinueToPay?orderGUID={orderGUID}

D24:继续支付

POST api/Shopping/ConfirmReceipt?orderGUID={orderGUID}

D25:确认收货

POST api/Shopping/QueryLogisticsInfo?orderGUID={orderGUID}

D21:物流信息查询

POST api/Shopping/QueryProvince

D26:查询所有省份信息

POST api/Shopping/QueryCitys?ids={ids}

D27:查询所有省市下面城市信息

POST api/Shopping/QueryDistrict?ids={ids}

D28:查询城市下面的区县信息

POST api/Shopping/AddPointsRedemptionOrder

D29:积分兑换 下单操作

POST api/Shopping/TestInf

测试

AlipayPay

支付接口

APIDescription
POST api/AlipayPay/Notify

支付成功回调

WeixinTenPay

微信支付

APIDescription
POST api/WeixinTenPay/Notify

支付成功回调

Member

会员相关的接口

APIDescription
GET api/Member/GetValidCode?MoTel={MoTel}

A0.获取验证码

POST api/Member/MemberLogin

A1.会员登录,传递手机号码、验证码,返回登录成功的会员记录

POST api/Member/GetMemberDetail

A2.获取当前登录用户的详细信息

POST api/Member/QueryRechargeSet

B3.获取充值等级设置

POST api/Member/QueryFavorites

B4.查询我的收藏 {"limit":10,"page":1,"MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/Member/QueryRecharge

B5.查询会员充值明细 {"limit":10,"page":1,"MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/Member/QueryIntegral

B6.查询会员积分明细 {"limit":10,"page":1,"MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/Member/QueryMyFollows

B7.查询会员关注明细 {"limit":10,"page":1,"MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/Member/QueryMessages

B8.查询会员消息明细 {"MessageSn":"1","limit":10,"page":1,"MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"} 消息类型 1:系统消息 2:公告消息

POST api/Member/QueryCoupons

B12.查询会员优惠券 {"CouponsSn":1,"limit":10,"page":1,"MemberGuid":"12345"}

POST api/Member/QueryPayCoupons

B14.查询会员在支付页面可用的优惠券 {"Money":200,"UseScope":"1","MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"}UseScope1标识商城2盲盒

POST api/Member/AddRecharge

A13:会员余额充值

POST api/Member/QueryJFProductList

B15:获取积分商品列表

POST api/Member/DeleteFeedBackImg?ids={ids}

A10:删除反馈意见的图片

POST api/Member/UploadFeedBackImg

A9:上传反馈意见的图片,单张(图片文件,wx.uploadFile() ids 反馈主键)

POST api/Member/AddFeedBack

A11:添加反馈意见

POST api/Member/AddAuthentication

A16:添加实名认证

POST api/Member/ApplyWithdraw

A17:申请提现

POST api/Member/UnbindWeiXin

A15:解绑微信 {"MemberGuid": "sample string 1"}

POST api/Member/QueryShareQr?ids={ids}

D18:查询会员分享二维码

POST api/Member/WeChatLogin?code={code}

D19:微信授权登录

POST api/Member/QueryDuiHuanOrder

M20:获取我的积分兑换订单,对应会员中心的积分兑换 {"MemberGuid":"124","limit":10,"page":1}

POST api/Member/QuitOut?ids={ids}

M21:账户退出

POST api/Member/UploadHead

M21:头像上传

POST api/Member/ChangeMemberInfo

M24:会员基础资料修改

POST api/Member/ChangeMemberNick

M25:会员基础资料 (昵称)

POST api/Member/ChangeMemberSex

M26:会员基础资料 (性别)

POST api/Member/UploadImg

M23:图片上传

MarketTrading

集市交易的相关接口

APIDescription
POST api/MarketTrading/QueryMyProducts

M1:获取我的商品记录 { "MemberGuid": "123456"}

POST api/MarketTrading/AddTransaction

M2:添加/创建交易,创建交易完成后,返回到集市主页面“交易大厅”,即列表页面

POST api/MarketTrading/JoinTrade

M7:参与交易

POST api/MarketTrading/QueryTradingFloor

M3:获取交易大厅记录 {"FixedPrice":"","NewHot":"","Status":"","limit":10,"page":1,"Keyword":"","MemberGuid":"556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/MarketTrading/QueryMyStall

M4:获取我的摊位 {"FixedPrice":"","NewHot":"","limit":10,"page":1, "MemberGuid": "556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/MarketTrading/QueryMyTrading

M5:获取我的交易记录 {"FixedPrice":"","NewHot":"","limit":10,"page":1, "MemberGuid": "556e913f-72e8-45b4-91ef-c633f8327392"}

POST api/MarketTrading/QueryMarketDetail

M6:获取集市详情 或者获取交易详情 { "MarketGUID": "id", "MemberGuid": "mem"}

POST api/MarketTrading/QueryMyJiShiOrder

M11:获取我的集市订单,对应会员中心的集市订单 {"status":"1","MemberGuid":"124","limit":10,"page":1}

POST api/MarketTrading/SureOrCancelTradingDetail

M8:确认交易信息,同意或者拒绝 {"TradingID":"id", "MemberGuid": "mem","status":-1} status交易状态:1 同意-1 拒绝

POST api/MarketTrading/CancelTrading

M9:撤回商品,对应集市用户发布的商品撤回 {"MarketGUID": "id","MemberGuid": "mem"}

BoxMachine

APIDescription
POST api/BoxMachine/QueryMachineList

No documentation available.

POST api/BoxMachine/QueryMachineDetail

No documentation available.

POST api/BoxMachine/AddMachineOrder

No documentation available.

POST api/BoxMachine/QueryOrders

No documentation available.

POST api/BoxMachine/QueryOrderDetail?orderGUID={orderGUID}

No documentation available.