企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获取用户的优惠券信息 +++ post:http://ceshi.aihuapeng.com/index.php/Api/Tech/coupon/key/uid *key=7db058a68777ae4e#用户key值 *uid=15#用户uid <<< success { "code": "1", "message": "获取成功!", "data": [ { "coupon_id": "1", "title": "测试优惠券1", "content": "", "addtime": "2015", "starttime": "2015", "endtime": "2015", "usetime": "0", "money": "2", "coupon_type": "0", "exchange_code": "", "status": "2", "contact_name": "", "contact_tel": "", "column_id": "0", "market_id": "0", "product_id": "0", "user_user_id": "1" }, { "coupon_id": "2", "title": "测试优惠券2", "content": "", "addtime": "12312", "starttime": "123", "endtime": "12312", "usetime": "0", "money": "10", "coupon_type": "0", "exchange_code": "", "status": "0", "contact_name": "", "contact_tel": "", "column_id": "0", "market_id": "0", "product_id": "0", "user_user_id": "1" } ] } <<< error { "code": "0", "msg": "获取所有信息失败", "data": [] } +++