文档
测试

信息发布

GET
{{url}}/api/my/wx

请求参数

参数名
类型
描述
必填
wx_status
0,朋友圈状态1未审核2审核未通过3已发布,不传默认全部
必填
page
,1,第几页,不传默认第一页
必填

说明 / 示例

```language { "code": 1, "msg": "ok", "data": [ { "id": 14, "user_id": 2, "type": 1, "title": "发布服务的担保名称,创作者标题",---------------标题 "content": "发布服务的担保内容,朋友圈内容,创作者内容",--------内容 "guarantee_identity_type": 1,-------份类型1甲方2乙方 "guarantee_price": 0, "guarantee_user_id": 0,----------------担保交易乙方用户id "is_guarantee": 0,----------------------是否达成交易0否1是 "guarantee_partya_ispay": 0,------------甲方是否付款0否1是 "guarantee_partyb_ispay": 0,-------------乙方是否付款0否1是 "guarantee_status": 0,-------------------担保流程状态1待确认2待付款3进行中4已完成 "wx_content": "", "wx_price": 0, "wx_status": 0, "creator_title": "", "creator_content": "", "creator_label": "", "creator_signname": "", "is_need_pay": 0, "creator_price": 0, "img_url": "a/s/d/q", "is_draft": 0, "status": 1, "create_time": 1625638064, "update_time": 1625638064 }, { "id": 13, "user_id": 2, "type": 1, "title": "发布服务的担保名称,创作者标题", "content": "发布服务的担保内容,朋友圈内容,创作者内容", "guarantee_identity_type": 1, "guarantee_price": 0, "guarantee_user_id": 0, "is_guarantee": 0, "guarantee_partya_ispay": 0, "guarantee_partyb_ispay": 0, "guarantee_status": 0, "wx_content": "", "wx_price": 0, "wx_status": 0, "creator_title": "", "creator_content": "", "creator_label": "", "creator_signname": "", "is_need_pay": 0, "creator_price": 0, "img_url": "a/s/d/q", "is_draft": 0, "status": 1, "create_time": 1625638063, "update_time": 1625638063 }, { "id": 12, "user_id": 2, "type": 1, "title": "发布服务的担保名称,创作者标题", "content": "发布服务的担保内容,朋友圈内容,创作者内容", "guarantee_identity_type": 1, "guarantee_price": 0, "guarantee_user_id": 0, "is_guarantee": 0, "guarantee_partya_ispay": 0, "guarantee_partyb_ispay": 0, "guarantee_status": 0, "wx_content": "", "wx_price": 0, "wx_status": 0, "creator_title": "", "creator_content": "", "creator_label": "", "creator_signname": "", "is_need_pay": 0, "creator_price": 0, "img_url": "a/s/d/q", "is_draft": 0, "status": 1, "create_time": 1625638061, "update_time": 1625638061 }, { "id": 8, "user_id": 2, "type": 1, "title": "发布服务的担保名称,创作者标题", "content": "发布服务的担保内容,朋友圈内容,创作者内容", "guarantee_identity_type": 1, "guarantee_price": 0, "guarantee_user_id": 0, "is_guarantee": 0, "guarantee_partya_ispay": 0, "guarantee_partyb_ispay": 0, "guarantee_status": 0, "wx_content": "", "wx_price": 0, "wx_status": 0, "creator_title": "", "creator_content": "", "creator_label": "", "creator_signname": "", "is_need_pay": 0, "creator_price": 0, "img_url": "a/s/d/q", "is_draft": 1, "status": 1, "create_time": 1625636147, "update_time": 1625636147 } ] } ```