Changes between Version 66 and Version 67 of price_api_2.2.0
- Timestamp:
- 11/24/2015 05:17:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
price_api_2.2.0
v66 v67 290 290 291 291 操作协议:[[BR]] 292 关闭页面点击协议:pcaction://close [[BR]]292 关闭页面点击协议:pcaction://close [[BR]] 293 293 确认商品点击协议:pcaction://finish-choosing?outerId={商品outerId} (不直接采用页面跳转协议,因为进入订单确认页需要先登录) [[BR]] 294 294 … … 475 475 || outerId || 商品outerId || string || "" || 是 || || 476 476 || addrId || 用户地址id || string || "" || 是 || || 477 || common_session_id(cookie参数) || 登录sessionId || string || "" || 是 || || 477 478 478 479 **返回格式** … … 487 488 data: { 488 489 orderId: 123456//订单id 490 } 491 } 492 493 价格变动时返回: 494 result { 495 status: 12, 496 msg: '所购商品当前价格已上升至' 或 '所购商品当前价格已下降至', 497 data: { 498 curPrice: 100.00 489 499 } 490 500 } … … 605 615 html页面 606 616 617 操作协议:[[BR]] 618 查看我的订单:pcaction://see-my-indents?type={type类型} type类型:订单类型 //0全部订单;1待付款订单;2待发货订单;3待收货订单;4已完成订单 [[BR]] 619 查看订单详情:pcaction://see-indent-detail?orderId={订单id} [[BR]] 620 607 621 608 622 ---------- … … 654 668 655 669 html页面 670 671 操作协议:[[BR]] 672 查看我的订单:pcaction://see-my-indents?type={type类型} type类型:订单类型 //0全部订单;1待付款订单;2待发货订单;3待收货订单;4已完成订单 [[BR]] 673 立即支付:pcaction://buy-now?orderId=={订单id}&amountPrice=={订单总金额} [[BR]] 656 674 657 675 … … 1472 1490 1473 1491 {{{#!java 1474 { 1475 status: 1, 1476 msg: "请求成功", 1477 data: [ 1478 { 1479 accountName: "tom", //用户账号名称 1480 title: "赔付申请通过审核", //处理结果标题 1481 result: "您的赔付申请已通过......" //结果说明 1492 result { 1493 status: 1, 1494 msg: '请求成功', 1495 1496 //订单无赔付记录时,data为null 1497 data: { 1498 accountName: "tom", //用户账号名称 1499 serviceName: "xiaoming", //客服账号 1500 title: "通过审核", //处理结果 1501 result: "您的赔付申请已通过......" //结果说明 1502 date: 11111111111111111 //处理时间 1482 1503 } 1483 ] 1484 1504 1485 1505 } 1486 1506 }}} … … 1584 1604 1585 1605 ---------- 1606 1607 == 备注 == 1608 == 1 跳转协议 == 1609 1610 {{{ 1611 1612 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)