盲盒api


默认页面

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/user/register</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">username</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名</td> </tr> <tr> <td style="text-align: left;">password</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>密码</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>昵称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "id": 612, "type": 99, "pid": 0, "order_id": "wx202203161313493965", "trade_no": "", "uid": 3, "real_name": "", "user_phone": "", "user_address": "", "user_location": "", "cart_id": [], "activity_id": 0, "activity_append": "", "freight_price": "0.00", "total_num": 1, "total_price": "15.00", "total_postage": "0.00", "pay_price": "15.00", "pay_postage": "0.00", "deduction_price": "0.00", "coupon_id": 0, "coupon_price": "0.00", "paid": 0, "pay_time": 1647407629, "pay_type": "yue", "add_time": "2022-03-16 13:13:49", "status": 0, "refund_status": 0, "refund_type": 0, "refund_express": "", "refund_reason_wap_img": null, "refund_reason_wap_explain": "", "refund_reason_time": 0, "refund_reason_wap": "", "refund_reason": "", "refund_price": "0.00", "delivery_name": "", "delivery_code": "", "delivery_type": "", "delivery_id": "", "fictitious_content": "", "delivery_uid": 0, "gain_integral": "0.00", "use_integral": "0.00", "back_integral": "0.00", "spread_uid": 0, "spread_two_uid": 0, "one_brokerage": "0.00", "two_brokerage": "0.00", "mark": "订单未支付已超过系统预设时间", "is_del": 1, "unique": "2f0ed5bbfcc08348ae6593cd597a7c65", "remark": "", "mer_id": 0, "is_mer_check": 0, "pink_id": 0, "cost": "0.00", "verify_code": "", "store_id": 0, "staff_id": 0, "shipping_type": 1, "clerk_id": 0, "is_channel": 0, "is_remind": 0, "is_system_del": 0, "channel_type": "", "province": "", "express_dump": "", "product_type": 0, "virtual_info": "", "custom_form": [], "pinkStatus": null, "invoice": null, "virtual": [], "refund": [], "cartInfo": [], "stop_time": 1647411229, "_status": 1, "_pay_time": "2022-03-16 13:13:49", "_add_time": "2022-03-16 13:13:49", "status_pic": "http://crapi.jzaiface.cn/uploads/system/55f5518b80f35386bc7224cfb1ee3700.png", "offlinePayStatus": 1, "latitude": "", "longitude": "", "pink_name": "[盲盒订单]", "store_order_sn": "", "vip_true_price": 0, "_store_name": "", "_info": [], "_refund_time": "", "color": "#12c5e9", "pay_type_name": "余额支付", "status_name": { "status_name": "未确认", "pics": [] }, "clerk_name": "总平台" }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML