1.存一條news
訪問路徑:
http://localhost:8080/wogan/?action=saveNews&titile=savetest
成功時返回結(jié)果:
{"data":21,"status":1,"info":"ok"}
失敗時返回結(jié)果:
{"data":null,"status”:50000,"info":"save news error"}
2.獲得一條新聞
訪問路徑:
成功時返回結(jié)果:
{
"data": {
"id": 12,
"title": "",
"imgBriefUrl": "/images/news/68792873ed6c49759b0bde0333650294.jpg",
"imgContentUrl": "/images/news/dbd6cb8445174becac04039dbedf061c.jpg",
"description": null,
"content": "",
"createTime": 1449467971000,
"updateTime": null
},
"status": 1,
"info": "ok"
}
失敗時返回結(jié)果:
{"data":null,"status":50001,"info":"get one news error"}
3.刪除一條news
訪問路徑:
http://localhost:8080/wogan/?action=deleteNews&id=18
成功時返回結(jié)果:
{"data":null,"status":1,"info":"ok"}
失敗時返回結(jié)果:
{"data":null,"status":50002,"info":"delete news error"}
4.保存一條news
訪問路徑:
http://localhost:8080/wogan/?action=uploadNews post請求
成功時返回結(jié)果:
{"data":null,"status":1,"info":"ok"}
失敗時返回結(jié)果:
{"data":null,"status":50005,"info":"update news error"}
5.修改一條news 修改哪些屬性則傳哪些屬性 id必傳
訪問路徑:
http://localhost:8080/wogan/?action=updateNews&id=2&title=tt
成功時返回結(jié)果:
{"data":null,"status":1,"info":"ok"}
失敗時返回結(jié)果:
{"data":null,"status":50004,"info":"update news error"}
6.獲得news 分頁
訪問路徑:
http://localhost:8080/wogan/?action=getNewsPagination&start=0&limit=10
成功時返回結(jié)果:
{
"data": {
"totalCount": 13,
"list": [
{
"id": 1,
"title": "title",
"imgBriefUrl": "http://wnxg.jhd.link/images/1.png",
"imgContentUrl": "url2",
"description": "desc",
"content": "content",
"createTime": 1449113147000,
"updateTime": 1449113147000
},
{
"id": 2,
"title": "tt",
"imgBriefUrl": "aaa",
"imgContentUrl": "url2",
"description": "desc",
"content": "content",
"createTime": 1449113596000,
"updateTime": 1449474149000
},
{
"id": 3,
"title": "title3",
"imgBriefUrl": "bbb",
"imgContentUrl": "url2",
"description": null,
"content": "content",
"createTime": 1449131777000,
"updateTime": 1449457905000
},
{
"id": 10,
"title": "1",
"imgBriefUrl": "/images/news/c37e9ebaf1b44a8aa9defcb65176f155.jpg",
"imgContentUrl": "/images/news/9f661deb41434e4185f391952addc5de.jpg",
"description": null,
"content": "3",
"createTime": null,
"updateTime": null
},
{
"id": 11,
"title": "newTitle",
"imgBriefUrl": null,
"imgContentUrl": null,
"description": null,
"content": null,
"createTime": null,
"updateTime": null
},
{
"id": 12,
"title": "",
"imgBriefUrl": "/images/news/68792873ed6c49759b0bde0333650294.jpg",
"imgContentUrl": "/images/news/dbd6cb8445174becac04039dbedf061c.jpg",
"description": null,
"content": "",
"createTime": 1449467971000,
"updateTime": null
},
{
"id": 13,
"title": "",
"imgBriefUrl": "/images/news/f71295dbc81c4f6daac4e9e6f85d4f9e.jpg",
"imgContentUrl": "/images/news/1014dc0fd18c407f8fc619c29e29f30e.jpg",
"description": null,
"content": "",
"createTime": 1449468913000,
"updateTime": null
},
{
"id": 14,
"title": "",
"imgBriefUrl": "/images/news/f57ed44a7e0542d89d80ca45863435a1.jpg",
"imgContentUrl": "/images/news/bdc603264db44e4894aeac6ebf294643.jpg",
"description": null,
"content": "",
"createTime": 1449469756000,
"updateTime": null
},
{
"id": 15,
"title": "",
"imgBriefUrl": "/images/news/4690485d8df943688496c469fffecb23.jpg",
"imgContentUrl": "/images/news/4fd827a60ceb4b0aa01bc32066842193.jpg",
"description": null,
"content": "",
"createTime": 1449470243000,
"updateTime": null
},
{
"id": 16,
"title": "",
"imgBriefUrl": "/images/news/48b79d5fcfad4b6d94bfa18229db1e92.jpg",
"imgContentUrl": "/images/news/fe5d3915da464456a222374bc95bd793.jpg",
"description": null,
"content": "",
"createTime": 1449471854000,
"updateTime": null
}
]
},
"status": 1,
"info": "ok"
}
失敗時返回結(jié)果:
{"data":null,"status":50004,"info":"update news error"}
7.獲取今日錯過的訂單(10公里內(nèi)楚堤,最多10個)
訪問路徑
http://apitest.bjwogan.com/?action=lostOrders&memberId=23004&lat=39.889&lon=116.341
參數(shù)
memberId 會員id
lat,lon 經(jīng)緯度
返回結(jié)果中相關(guān)對應(yīng)字段:
頭像 : member.img
性別 :member.sex(1男2女)
姓名 :member.nickName
次數(shù) : memberStat.totalPublish
金額 :money
時間 :publishTime
內(nèi)容 :publishContent
地址 :address
狀態(tài) :status (1進(jìn)行中2取消3被接單)
返回結(jié)果
{
"data": [
{
"member": {
"id": 4,
"nickName": "令狐飛雪",
"tel": "13120097615",
"sex": 0,
"img": "/2015-10-13/rycmoaedjx.jpg",
"level": 1,
"isLock": 0,
"lng": 116.162537,
"lat": 39.768,
"regLng": 116.327548,
"regLat": 39.791335,
"provinceId": 1,
"cityId": 1,
"districtId": 14,
"address": "北京市大興區(qū)欣寧街靠近博雅Baobao樂園",
"regTime": 1441216936,
"isLogin": 1,
"vipStartTime": 0,
"vipEndTime": 0,
"lastBuyVipTime": 1444133816468,
"isDo": 1,
"leftUnread": 0,
"rightUnread": 1,
"updated": 2
},
"memberStat": {
"memberId": 4,
"totalPublish": 109,
"totalSubscribe": 39,
"totalCommentedTimes": 16,
"totalCommentedStar": 59,
"totalComplaintTimes": 0
},
"id": 23296,
"orderNumber": "144576000795763244",
"publisherMemberId": 4,
"subscriberMemberId": 875,
"provinceId": null,
"cityId": 1,
"districtId": 110106,
"publishContent": "盡快了",
"money": 1,
"deadline": 1445760720000,
"address": "北京市豐臺區(qū)花鄉(xiāng)鎮(zhèn)大興入口(G45大廣高速入口南向)",
"sex": 0,
"img": "",
"publishTime": 1451359328000,
"payTime": null,
"updateTime": 1445761278136,
"hasPay": 1,
"hasOver": 0,
"hasCommentToSubscriber": 0,
"hasCommentToPublisher": 0,
"status": 2,
"lng": 116.345859,
"lat": 39.842209,
"hasConfPay": 0,
"confPayTime": 1451359328000,
"afterPayAllowCancel": 0,
"afterPayAllowCancelTime": null,
"askTaskTimes": 0,
"askMoneyTimes": 0,
"publisherAskCancel": 0,
"subscriberAllowCancel": 0,
"distanceRange": 10,
"subscriberCancel": 0,
"subscriberCancelTime": null,
"subscriberAskCancel": 0,
"publisherAllowCancel": 0,
"hasPayToAgent": 0,
"vipId": null,
"urgeRemainingTime": 0
}
],
"status": 1,
"info": "ok"
}
8.發(fā)紅包
訪問路徑:
參數(shù)(必填)
publisherMemberId 發(fā)布者id(必填)
lat,lng 經(jīng)緯度(必填)
money 紅包金額(必填)
totalCount 紅包個數(shù)(必填)
content 紅包內(nèi)容 (必填)
address 地址(必填)
返回結(jié)果中相關(guān)對應(yīng)字段:
redId 紅包id
publisherMemberId 發(fā)布者id
lat,lng 經(jīng)緯度
money 紅包金額
totalCount 紅包個數(shù)
content 紅包內(nèi)容
address 地址
receivers 搶紅包id字符串,以“,”區(qū)分
grabCount 共搶了幾個
updateTime 更新時間
publishTime 發(fā)布時間
成功時返回結(jié)果:
{
"data": {
"id": 8,
"publisherMemberId": 1,
"money": 1,
"publishTime": 1453255646792,
"updateTime": null,
"totalCount": 0,
"grabCount": 0,
"lat": 34.43,
"lng": 32.12,
"receivers": null,
"content": null蚯窥,
"address": null
},
"status": 1,
"info": "ok"
}
9.發(fā)紅包支付寶參數(shù)獲得接口
訪問路徑:
參數(shù)
redEnvelopeId 紅包id(紅包支付時必填)
orderId 單子id(單子支付時必填)
成功時返回結(jié)果:
{
"data": {
"aliPayParam": "_input_charset="utf-8"&body="orderDesc"&it_b_pay="30m"?ify_url="http://58.30.16.58/?action=alipayNotify"&out_trade_no="red_8"&partner="2088911038937654"&payment_type="1"&seller_id="bjyinengxing@163.com"&service="mobile.securitypay.pay"&sign="dd08bd3f11a7610a47f152c3aece5483"&sign_type="MD5"&subject="orderTitle"&total_fee="1.0""
},
"status": 1,
"info": "ok"
}
10.發(fā)紅包余額支付
訪問路徑:
參數(shù)
redId 紅包id(紅包支付時必填)
orderId 單子id(單子支付時必填)
成功時返回結(jié)果:
{"data":1,"status":1,"info":"ok"}
11.附近訂單接口(包含附近紅包)(已棄用)
訪問路徑:
http://localhost:8080/wogan/?action=getorderlist&memberid=833&lng=12.1&lat=12.1
參數(shù)
memberid 搶單人id(必填)
lat,lon 經(jīng)緯度(必填)
返回結(jié)果中相關(guān)對應(yīng)字段:
isRed (yes 是紅包 募寨, no 不是紅包)
redId 紅包id
content 紅包內(nèi)容
money 紅包金額
serviceaddress 紅包地址
publishtime 紅包發(fā)布時間
成功時返回結(jié)果:
{
"status": 1,
"info": "獲取成功",
"data": [
{
isRed : "yes",
"id": "",
"redId" ="10",
"ordernumber": "",
"frommemberid": "85",
"content": "嘿嘿",
"money": 0.92,
"timelength": "",
"serviceaddress": "北京市朝陽區(qū)建外街道華彬國際俱樂部會議中心",
"sex": "",
"range": "",
"img": "",
"publishtime": "今天 04時11分",
"status": "",
"vipID": "",
"countdown": "",
"member": {
"id": "85",
"nikename": "未命名",
"tel": "15010402100",
"sex": "0",
"img": "uploadfiles/58.png",
"level": "1",
"lock": "0",
"lng": "116.452580",
"lat": "39.906625",
"reg_lng": "116.325947",
"reg_lat": "39.79131",
"provinceid": "1",
"cityid": "1",
"districtid": "14",
"address": "北京市大興區(qū)宏福西路靠近世嘉·博苑",
"regtime": "1441363189",
"totalincome": "2.76",
"txmoney": "0",
"zhifubao": "homa",
"weixin": "0",
"label": ",收銀員,代駕,修手機(jī),陪練,收垃圾,賣飲料,賣快餐,送水,買鞋子,賣衣服,蓋房子,裝修工,刷漆工,修電腦,快遞員,跑腿的,有力氣,搬運(yùn)工",
"vipstarttime": "2015-09-13",
"vipendtime": "2015-10-12",
"lastbuyviptime": "",
"devicetype": "1",
"devicenumber": "020fc688f06",
"token": null,
"isMute": "0",
"tsstatic": "1",
"isDo": "0",
"leftTopUnRead": "0",
"rightUnRead": "1",
"qdstartime": null,
"qdendtime": null,
"distance_range": null,
"vercode": "37",
"certype": "0",
"updated": "2"
}
}
]
}
11.附近紅包接口
訪問路徑:
http://apitest.bjwogan.com/?action=nearRedList&lng=116.331&lat=39.7633&memberid=1
參數(shù)
memberid 搶單人id(必填)
lat,lon 經(jīng)緯度(必填)
返回結(jié)果中相關(guān)對應(yīng)字段:
紅包數(shù)組
成功時返回結(jié)果:
{
"data": [
{
"content": "賺錢拉啦",
"picture": "/uploadfiles/58.png",
"redId": "51",
"name": "未命名"
}
],
"status": 1,
"info": "ok"
}
12.搶紅包接口
訪問路徑:
http://apitest.bjwogan.com/?action=grabRed&redId=56&memberId=1
參數(shù)
memberId 搶紅包人id(必填)
redId 紅包id(必填)
返回結(jié)果中相關(guān)對應(yīng)字段:
紅包數(shù)組 (status :0 正常,1 過期 , 2 搶光 , 3 該用戶已經(jīng)搶過 )
成功時返回結(jié)果:
{
"data": [
{
"status":"0",
"content": "賺錢拉啦",
"picture": "/uploadfiles/58.png",
"redId": "51",
"name": "未命名",
"currMoney":"0.01"
}
],
"status": 1,
"info": "ok"
}
12.搶紅包列表接口
訪問路徑:
參數(shù)
memberId 搶紅包人id(必填)
成功時返回結(jié)果:
{
"data": {
"totalMoney": 1.0,
"count": 1,
"name": "微愛吳江行",
"picture": "/2015-09-10/bpqiipwuah.jpg",
"list": [{
"name": "seven",
"picture": "/2015-10-17/rlslawpamo.jpg",
"content": "????",
"money": 1.0,
"createTime": 1453427331000,
"sex" : 1 (1男2女)
}]
},
"status": 1,
"info": "ok"
}
13.發(fā)紅包列表接口
訪問路徑:
http://localhost:8080/wogan/?action=redSendList&memberId=2655
參數(shù)
memberId 發(fā)紅包人id(必填)
成功時返回結(jié)果:
{
"data": {
"totalMoney": 2.01,(共發(fā)出的錢數(shù))
"count": 2,(共發(fā)出的個數(shù))
"name": "seven",
"picture": "/2015-10-17/rlslawpamo.jpg",
"list": [{
"moneyGrab": 0.01,(被搶的錢數(shù))
"createTime": 1453444494000,
"grabCount": 0,(已搶個數(shù))
"redId": 53,
"status": "0",(0 正常阁谆,1 過期 昵观, 2 搶光)
"totalCount": 1,(共多少個)
"money": 0.01(該紅包的金額)
},
{
"moneyGrab": 2.0,
"createTime": 1453615438000,
"grabCount": 0,
"redId": 55,
"status": "0",
"totalCount": 0,
"money": 2.0
}]
},
"status": 1,
"info": "ok"
}
14.單個紅包領(lǐng)取詳情接口
訪問路徑:
參數(shù)
redId 紅包id(必填)
成功時返回結(jié)果:
{
"data": {
"totalMoney": 3, (該紅包總金額)
"count": 5,(該紅包總個數(shù))
"grabCount": 2,(該紅包搶過的個數(shù))
"name": "seven",(發(fā)紅包人名字)
"content": "?",(紅包內(nèi)容)
"picture": "/2015-10-17/rlslawpamo.jpg",(發(fā)紅包人頭像)
"status": "0",(0 正常晾腔,1 過期 , 2 搶光)
"moneyGrab": 2.8,(已搶金額)
"timeStr": "",(搶光歷時時間)
"list": [
{
"name": "???",(領(lǐng)紅包人名字)
"picture": "/uploadfiles/58.png",(領(lǐng)紅包人頭像)
"content": "?",(請忽略)
"money": 2.11,(搶到的金額)
"createTime": 1453778118000,(搶紅包時間)
"sex": 1(搶紅包人性別)
},
{
"name": "seven",
"picture": "/2015-10-17/rlslawpamo.jpg",
"content": "?",
"money": 0.69,
"createTime": 1453778125000,
"sex": 1
}
]
},
"status": 1,
"info": "ok"
}
15.微信支付統(tǒng)一下單接口
訪問路徑:
參數(shù)(兩個參數(shù)只傳一個)
redEnvelopeId 紅包id
orderId訂單id
成功時返回結(jié)果:
{
"data": {
"appid": "wxa95578382cc9a58a",
"partnerid": "1321767901",
"prepayid": "wx201603161144385770dd857b0183261787",
"package_alia": "Sign=WXPay",
"noncestr": "8a08700d7ac143fe89c9ec589c48e6f7",
"timestamp": "1458099895",
"sign": "1a2a2f4b3f2ef4bc10d05f3d09527e47"
},
"status": 1,
"info": "ok"
}
16.微信支付結(jié)果通知接口
訪問路徑:
參數(shù)(通過post請求)
成功時返回結(jié)果:
<xml>
<return_code><![CDATA[SUCCESS]]></return_code>
<return_msg><![CDATA[OK]]></return_msg>
</xml>
17.
訪問路徑:
參數(shù)(通過post請求) 最多三張啊犬,每張不超過2M 灼擂,格式限制(jpg,png,jpeg)
成功時返回結(jié)果:
{
"data": "http://photo.bjwogan.com/img/orderImg/201603/f13d2e6fb01b47749d429d865fbed95d.jpg",
"status": 1,
"info": "ok"
}
18.申請議價
訪問路徑:
http://apitest.bjwogan.com/?action=orderPre&orderId=1&memberId=2&money=3
參數(shù):
orderId 訂單id
memberId 會員id
money 金額
成功時返回結(jié)果(返回議價單記錄id):
{"data":2,"status":1,"info":"ok"}
19.議價單列表
訪問路徑:
http://apitest.bjwogan.com/?action=orderPreView&orderId=1
參數(shù):
orderId 訂單id
成功時返回結(jié)果:
結(jié)果說明:
nickname 昵稱
portrait 頭像
idName 身份
money 金額
{
"data": [
{
"id": 0,
"nickname": "微愛吳江行",
"portrait": "http://photo.bjwogan.com/image//2016-06-30/isdxbfdgbu.jpg",
"idName": "普通用戶",
"money": 1
}
],
"status": 1,
"info": "ok"
}
20.議價單預(yù)處理接口
訪問路徑:
http://apitest.bjwogan.com/?action=prePayBargainOrder&orderPreId=1
參數(shù):
orderPreId 議價單id
成功時返回結(jié)果(返回議價單記錄id):
{"data":"","status":1,"info":"ok"}
21.商家商品列表頁視圖接口
訪問路徑:
http://apitest.bjwogan.com/?action=getGoldCataloguePage&memberId=24097
參數(shù):
memberId 會員id
成功時返回結(jié)果:
結(jié)果說明:
memberId 會員id nickname 昵稱 portrait 頭像 storeName 店鋪名字 mainImgs 主圖 storeDesc 店鋪描述 list. cateId 類型id list. goodsId 商品id list. inventory 商品庫存 list. price 商品價格 list. discount 商品折扣 list. category 商品分類名字 list. name 商品名字 list. description 商品描述 list. img 商品圖片
{
"data": {
"memberId": 24097,
"nickname": "Vivian",
"portrait": "http://phototest.bjwogan.com/image//2016-07-29/dtcesvxocs.jpg",
"storeName": "包子鋪",
"mainImgs": "http://photo.bjwogan.com/img//orderImg/201607/dca5191ed3714b0192a3050d84af09e6.jpeg,http://photo.bjwogan.com/img//orderImg/201607/1ab5f2e003dc470186526a00617dcbe9.jpeg",
"storeDesc": "狗不理包子是天津市中國傳統(tǒng)風(fēng)味小吃,始創(chuàng)于公元1858年(清朝咸豐年間)觉至,為“天津三絕”之首剔应,是中華老字號之一。",
"list": [
{
"cateId": 1,
"goodsId": 1,
"inventory": 10,
"price": 1,
"discount": 1,
"category": "甜的",
"name": "冰激凌",
"description": "這是冰激凌",
"img": "http://gold.jinhd.cn/uploads/1471421529.jpg"
},
{
"cateId": 1,
"goodsId": 2,
"inventory": 10,
"price": 2,
"discount": 1,
"category": "甜的",
"name": "香芋派",
"description": "這是香芋派",
"img": "http://gold.jinhd.cn/uploads/1471421529.jpg"
},
{
"cateId": 2,
"goodsId": 3,
"inventory": 10,
"price": 3,
"discount": 1,
"category": "咸的",
"name": "清炒西蘭花",
"description": "這是清炒西蘭花",
"img": "http://gold.jinhd.cn/uploads/1471421513.jpg"
},
{
"cateId": 2,
"goodsId": 4,
"inventory": 10,
"price": 4,
"discount": 1,
"category": "咸的",
"name": "油燜大蝦",
"description": "這是油燜大蝦",
"img": "http://gold.jinhd.cn/uploads/1471416054.jpg"
}
]
},
"status": 1,
"info": "ok"
}
22.訂單詳情頁接口
訪問路徑:
http://apitest.bjwogan.com/?action=goldOrderDetail&goldOrderId=1
參數(shù):
goldOrderId 訂單id
成功時返回結(jié)果:
{
"data": {
"goodsList": [
{
"price": "1.0",
"count": "2",
"name": "冰激凌"
},
{
"price": "2.0",
"count": "3",
"name": "香芋派"
}
],
"storeInfo": {
"memberId": 50,
"nickname": "簡單",
"portrait": "http://phototest.bjwogan.com/image//2016-08-10/zsnwlcufsu.jpg",
"storeName": "生活服務(wù)",
"mainImgs": "http://photo.bjwogan.com/img//orderImg/201607/5fa70a6e9a594789a41d7836aa037971.jpeg",
"storeDesc": "解決人們生活中的各種瑣碎之事语御,讓你的訴求在這里得到最快领斥、最專業(yè)解決。",
"list": null
},
"shippingDetail": {
"orderId": 1,
"contactName": "大胃王",
"address": "興創(chuàng)大廈902",
"contactPhone": "1889998888",
"shippingType": "1",
"diliveryman": "Xman",
"diliveryPhone": "1888888888",
"notes": "要辣的",
"status": 1,
"fee": 10,
"updateTime": 1471920376000
}
},
"status": 1,
"info": "ok"
}
23.商家訂單列表接口
訪問路徑:
參數(shù):
memberId 下單人id
http://apitest.bjwogan.com/?action=goldOrderListView&memberId=13
成功時返回結(jié)果:
結(jié)果說明
status 0 下單沃暗,1 已支付月洛,2已完成
{
"data": [
{
"id": 1,
"totalMoney": 8,
"storeName": "生活服務(wù)",
"nickName": "簡單",
"mainImgs": "http://photo.bjwogan.com/img//orderImg/201607/5fa70a6e9a594789a41d7836aa037971.jpeg",
"status": 1,
"createTime": 1471920175000
}
],
"status": 1,
"info": "ok"
}